Use fontFamily for all style in Text widget

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-07-15 09:26:07 +07:00
committed by Dat H. Pham
parent 991ab686a4
commit a9a322818a
186 changed files with 717 additions and 443 deletions
@@ -7,7 +7,6 @@ class UserAvatarBuilder extends StatelessWidget {
final double? size;
final TextStyle? textStyle;
final EdgeInsetsGeometry? padding;
final TextStyle? textStyle;
final VoidCallback? onTapAction;
const UserAvatarBuilder({
@@ -16,7 +15,6 @@ class UserAvatarBuilder extends StatelessWidget {
this.size,
this.textStyle,
this.padding,
this.textStyle,
this.onTapAction,
}) : super(key: key);