TF-248 Change avatar of item list email
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user