EmergentTextStyle class
Constructors
-
EmergentTextStyle({bool inherit = true, double? fontSize, FontWeight? fontWeight, FontStyle? fontStyle, double? letterSpacing, double? wordSpacing, TextBaseline? textBaseline, double? height, Locale? locale, List<FontFeature>? fontFeatures, TextDecoration? decoration, String? debugLabel, String? fontFamily, List<String>? fontFamilyFallback, String? package})
-
Creates a text style.
Methods
-
copyWith({bool? inherit, String? fontFamily, List<String>? fontFamilyFallback, double? fontSize, FontWeight? fontWeight, FontStyle? fontStyle, double? letterSpacing, double? wordSpacing, TextBaseline? textBaseline, double? height, Locale? locale, List<FontFeature>? fontFeatures, String? debugLabel})
→ EmergentTextStyle
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited