Apply new style for profile avatar setting
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user