getLabelFloatTextStyleByTheme method

TextStyle? getLabelFloatTextStyleByTheme(
  1. ThemeData themeData
)

Implementation

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