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