TF-248 Change position icon of item list email

This commit is contained in:
dab246
2022-02-08 17:11:34 +07:00
committed by Dat H. Pham
parent 9c1b31c614
commit 74131407f2
9 changed files with 70 additions and 58 deletions
@@ -71,6 +71,7 @@ class AvatarBuilder {
? LinearGradient(
begin: Alignment.topCenter,
end: Alignment.bottomCenter,
tileMode: TileMode.decal,
colors: _avatarColors ?? [])
: null,
color: _bgColor ?? AppColor.avatarColor),