TF-248 Change avatar of item list email

This commit is contained in:
dab246
2022-02-08 15:03:39 +07:00
committed by Dat H. Pham
parent da7f33d6f7
commit 22bbd585cf
9 changed files with 123 additions and 41 deletions
@@ -38,9 +38,9 @@ class UserInformationWidgetBuilder {
_onOpenUserInformationActionClick!();
}
},
leading: AvatarBuilder()
.text(_userProfile != null ? _userProfile!.getAvatarText() : '')
.size(40)
leading: (AvatarBuilder()
..text(_userProfile != null ? _userProfile!.getAvatarText() : '')
..size(40))
.build(),
title: Transform(
transform: Matrix4.translationValues(0.0, 0.0, 0.0),