StackTextStrutStyle constructor
StackTextStrutStyle({
- String? fontFamily,
- List<
String> ? fontFamilyFallback, - double? fontSize,
- double? height,
- TextLeadingDistribution? leadingDistribution,
- double? leading,
- FontWeight? fontWeight,
- FontStyle? fontStyle,
- bool? forceStrutHeight,
Implementation
StackTextStrutStyle({
this.fontFamily,
this.fontFamilyFallback,
this.fontSize,
this.height,
this.leadingDistribution,
this.leading,
this.fontWeight,
this.fontStyle,
this.forceStrutHeight,
});