FlutterStrutStyle class
- Implemented types
-
- Annotations
-
Constructors
-
FlutterStrutStyle({String? fontFamily, List<String>? fontFamilyFallback, double? fontSize, double? height, FlutterTextLeadingDistribution? leadingDistribution, double? leading, FlutterFontWeight? fontWeight, FlutterFontStyle? fontStyle, bool? forceStrutHeight, String? debugLabel, String? package})
-
factory
-
FlutterStrutStyle.fromJson(Map<String, dynamic> json)
-
factory
-
FlutterStrutStyle.fromTextStyle(FlutterTextStyle textStyle, {String? fontFamily, List<String>? fontFamilyFallback, double? fontSize, double? height, FlutterTextLeadingDistribution? leadingDistribution, double? leading, FlutterFontWeight? fontWeight, FlutterFontStyle? fontStyle, bool? forceStrutHeight, String? debugLabel, String? package})
-
factory
Methods
-
map<TResult extends Object?>(TResult $default(_FlutterStrutStyle value), {required TResult fromTextStyle(_FlutterStrutStyleFromTextStyle value)})
→ TResult
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toFlutter(AnyWidgetContext context)
→ StrutStyle
-
override
-
toString()
→ String
-
A string representation of this object.
inherited