TextStyleUtility<T extends Attribute> class
final
Methods
-
as(TextStyle value)
→ T
-
inherited
-
background(Paint v)
→ T
-
-
bold()
→ T
-
-
call({String? fontFamily, FontWeight? fontWeight, FontStyle? fontStyle, double? fontSize, double? letterSpacing, double? wordSpacing, TextBaseline? textBaseline, List<Shadow>? shadows, Color? color, Color? backgroundColor, List<FontVariation>? fontVariations, List<FontFeature>? fontFeatures, TextDecoration? decoration, TextDecorationStyle? decorationStyle, Locale? locale, String? debugLabel, List<String>? fontFamilyFallback, Paint? foreground, Paint? background, double? decorationThickness, Color? decorationColor, double? height})
→ T
-
-
debugLabel(String v)
→ T
-
-
decorationThickness(double v)
→ T
-
-
fontFamilyFallback(List<String> v)
→ T
-
-
fontFeatures(List<FontFeature> v)
→ T
-
-
fontVariation(FontVariation v)
→ T
-
-
fontVariations(List<FontVariation> v)
→ T
-
-
foreground(Paint v)
→ T
-
-
height(double v)
→ T
-
-
italic()
→ T
-
-
letterSpacing(double v)
→ T
-
-
locale(Locale v)
→ T
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
only({ColorDto? color, FontWeight? fontWeight, FontStyle? fontStyle, TextDecoration? decoration, double? fontSize, double? letterSpacing, double? wordSpacing, ColorDto? backgroundColor, ColorDto? decorationColor, TextDecorationStyle? decorationStyle, TextBaseline? textBaseline, List<FontVariation>? fontVariations, List<ShadowDto>? shadows, List<FontFeature>? fontFeatures, Paint? foreground, Paint? background, double? decorationThickness, List<String>? fontFamilyFallback, Locale? locale, String? debugLabel, double? height, String? fontFamily})
→ T
-
override
-
ref(TextStyleToken token)
→ T
-
-
shadows(List<Shadow> v)
→ T
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
wordSpacing(double v)
→ T
-