fontStyleBuilder property
TextStyle Function({Color? color, TextDecoration? decoration, String? fontFamily, required double fontSize, FontStyle? fontStyle, FontWeight? fontWeight, double? height, double? letterSpacing, double? wordSpacing})?
get
fontStyleBuilder
The configured custom style builder, or null when using the default.
Implementation
static TextStyle Function({
required double fontSize,
FontWeight? fontWeight,
Color? color,
FontStyle? fontStyle,
double? letterSpacing,
double? wordSpacing,
double? height,
String? fontFamily,
TextDecoration? decoration,
})? get fontStyleBuilder => _fontStyleBuilder;