TF-3410 Use TextTheme apply almost text style for text widget

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-03-10 02:18:34 +07:00
committed by Dat H. Pham
parent efe1c801c1
commit a258dec4ee
87 changed files with 1774 additions and 1776 deletions
@@ -1,8 +1,11 @@
import 'package:core/presentation/extensions/color_extension.dart';
import 'package:core/presentation/utils/theme_utils.dart';
import 'package:dropdown_button2/dropdown_button2.dart';
import 'package:flutter/material.dart';
class FromComposerDropDownWidgetStyle {
FromComposerDropDownWidgetStyle._();
static const double space = 8.0;
static const double dropdownItemSpace = 12.0;
static const double avatarSize = 48.0;
@@ -90,4 +93,7 @@ class FromComposerDropDownWidgetStyle {
fontWeight: FontWeight.w500,
color: AppColor.colorLabelComposer
);
static final TextStyle prefixLabelTextStyle = ThemeUtils.textStyleBodyBody1(
color: AppColor.m3Tertiary,
);
}