TF-168 [BUG] Hiding all view components without when login implementation
This commit is contained in:
@@ -69,12 +69,12 @@ class TopBarComposerWidgetBuilder {
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: [
|
||||
IconButton(
|
||||
key: Key('button_file_share'),
|
||||
color: AppColor.baseTextColor,
|
||||
icon: SvgPicture.asset(_imagePaths.icComposerFileShare, color: AppColor.baseTextColor, fit: BoxFit.fill),
|
||||
onPressed: () {}
|
||||
),
|
||||
// IconButton(
|
||||
// key: Key('button_file_share'),
|
||||
// color: AppColor.baseTextColor,
|
||||
// icon: SvgPicture.asset(_imagePaths.icComposerFileShare, color: AppColor.baseTextColor, fit: BoxFit.fill),
|
||||
// onPressed: () {}
|
||||
// ),
|
||||
IconButton(
|
||||
key: Key('button_attachment'),
|
||||
color: AppColor.baseTextColor,
|
||||
@@ -98,12 +98,13 @@ class TopBarComposerWidgetBuilder {
|
||||
}
|
||||
}
|
||||
),
|
||||
IconButton(
|
||||
key: Key('button_menu_composer'),
|
||||
color: AppColor.baseTextColor,
|
||||
icon: SvgPicture.asset(_imagePaths.icComposerMenu, color: AppColor.baseTextColor, fit: BoxFit.fill),
|
||||
onPressed: () {}
|
||||
)
|
||||
SizedBox(width: 8)
|
||||
// IconButton(
|
||||
// key: Key('button_menu_composer'),
|
||||
// color: AppColor.baseTextColor,
|
||||
// icon: SvgPicture.asset(_imagePaths.icComposerMenu, color: AppColor.baseTextColor, fit: BoxFit.fill),
|
||||
// onPressed: () {}
|
||||
// )
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user