const
StrutStyle(- {String? fontFamily,
- List<String>? fontFamilyFallback,
- double? fontSize,
- double? height,
- TextLeadingDistribution? leadingDistribution,
- double? leading,
- FontWeight? fontWeight,
- FontStyle? fontStyle,
- bool? forceStrutHeight,
- String? debugLabel,
- String? package}
)
Implementation
const factory StrutStyle({
String? fontFamily,
List<String>? fontFamilyFallback,
double? fontSize,
double? height,
TextLeadingDistribution? leadingDistribution,
double? leading,
FontWeight? fontWeight,
FontStyle? fontStyle,
bool? forceStrutHeight,
String? debugLabel,
String? package,
}) = _StrutStyle;