Apply new style for profile avatar setting

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-07-11 03:14:03 +07:00
committed by Dat H. Pham
parent c1938ce31b
commit 969d5b946e
2 changed files with 14 additions and 12 deletions
@@ -7,6 +7,7 @@ class UserAvatarBuilder extends StatelessWidget {
final double? size;
final TextStyle? textStyle;
final EdgeInsetsGeometry? padding;
final TextStyle? textStyle;
final VoidCallback? onTapAction;
const UserAvatarBuilder({
@@ -15,6 +16,7 @@ class UserAvatarBuilder extends StatelessWidget {
this.size,
this.textStyle,
this.padding,
this.textStyle,
this.onTapAction,
}) : super(key: key);