TF-168 [BUG] Hiding all view components without when login implementation
This commit is contained in:
@@ -86,14 +86,14 @@ class AppBarMailWidgetBuilder {
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: [
|
||||
IconButton(
|
||||
color: AppColor.baseTextColor,
|
||||
icon: SvgPicture.asset(_imagePaths.icTrash, color: AppColor.baseTextColor, fit: BoxFit.fill),
|
||||
onPressed: () {
|
||||
if (_onBackActionClick != null) {
|
||||
_onBackActionClick!();
|
||||
}
|
||||
}),
|
||||
// IconButton(
|
||||
// color: AppColor.baseTextColor,
|
||||
// icon: SvgPicture.asset(_imagePaths.icTrash, color: AppColor.baseTextColor, fit: BoxFit.fill),
|
||||
// onPressed: () {
|
||||
// if (_onBackActionClick != null) {
|
||||
// _onBackActionClick!();
|
||||
// }
|
||||
// }),
|
||||
IconButton(
|
||||
key: Key('button_mark_as_unread_email'),
|
||||
color: AppColor.baseTextColor,
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@ class SenderAndReceiverInformationTileBuilder {
|
||||
child: AvatarBuilder()
|
||||
.text('${_presentationEmail!.getAvatarText()}')
|
||||
.size(40)
|
||||
.iconStatus(_imagePaths.icOffline)
|
||||
// .iconStatus(_imagePaths.icOffline)
|
||||
.build()),
|
||||
title: Transform(
|
||||
transform: Matrix4.translationValues(-15.0, 0.0, 0.0),
|
||||
|
||||
Reference in New Issue
Block a user