FLDyUnitTextStyle class

TextStyle

Annotations
  • @JsonSerializable()

Constructors

FLDyUnitTextStyle(String? themeStyle, bool? inherit, String? color, String? backgroundColor, String? fontFamily, double? fontSize, String? fontWeight, String? fontStyle, double? letterSpacing, double? wordSpacing, String? textBaseline, double? height, List<String>? textDecorations, String? decorationColor, String? decorationStyle, double? decorationThickness)
FLDyUnitTextStyle.fromJson(Map<String, dynamic> json)
factory

Properties

backgroundColor String?
final
color String?
final
decorationColor String?
final
decorationStyle String?
final
decorationThickness double?
final
fontFamily String?
final
fontSize double?
final
fontStyle String?
final
fontWeight String?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
inherit bool?
final
letterSpacing double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textBaseline String?
final
textDecorations List<String>?
final
themeStyle String?
final
wordSpacing double?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited
toTextStyle(BuildContext context) TextStyle?

Operators

operator ==(Object other) bool
The equality operator.
inherited