getLabelFloatTextStyleByTheme method
Implementation
TextStyle? getLabelFloatTextStyleByTheme(ThemeData themeData) {
return themeData.textTheme.bodySmall
?.copyWith(color: getSlcTidyUpColor(themeData).getTextColorHintByTheme(themeData));
}
TextStyle? getLabelFloatTextStyleByTheme(ThemeData themeData) {
return themeData.textTheme.bodySmall
?.copyWith(color: getSlcTidyUpColor(themeData).getTextColorHintByTheme(themeData));
}