menu
flutter_components_plus package
documentation
flutter_components_plus.dart
FCPTextStyles
getTitleSmall static method
getTitleSmall static method
dark_mode
light_mode
getTitleSmall
static method
TextStyle
getTitleSmall
(
{
Color
?
color
,
})
Implementation
static TextStyle getTitleSmall({Color? color}) => titleSmall.copyWith(color: color);
flutter_components_plus package
documentation
flutter_components_plus
FCPTextStyles
getTitleSmall static method
FCPTextStyles class