TF-3410 Use TextTheme apply almost text style for text widget
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
+6
@@ -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,
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user