TextStyleUtility class Utilities

Widget:

Utility functions and short utils are listed in Static Methods

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

background(Paint? background) TextAttributes
Short Utils: textBackground
backgroundColor(Color? backgroundColor) TextAttributes
Short Utils: textBgColor
color(Color? color) TextAttributes
Short Utils: textColor
debugLabel(String? debugLabel) TextAttributes
Short Utils: debugLabel
decoration(TextDecoration? decoration) TextAttributes
Short Utils: textDecoration
decorationColor(Color? decorationColor) TextAttributes
Short Utils: textDecorationColor
decorationStyle(TextDecorationStyle? decorationStyle) TextAttributes
Short Utils: textDecorationStyle
decorationThickness(double? decorationThickness) TextAttributes
Short Utils: textDecorationThickness
fontFamily(String? fontFamily) TextAttributes
Short Utils: (none)
fontFamilyFallback(List<String>? fontFamilyFallback) TextAttributes
Short Utils: fontFamilyFallback
fontFeatures(List<FontFeature>? fontFeatures) TextAttributes
Short Utils: fontFeatures
fontSize(double? fontSize) TextAttributes
Short Utils: fontSize
fontStyle(FontStyle? fontStyle) TextAttributes
Short Utils: fontStyle
fontWeight(FontWeight? fontWeight) TextAttributes
Short Utils: (fontWeight)
foreground(Paint? foreground) TextAttributes
Short Utils: textForeground
height(double? height) TextAttributes
Short Utils: textHeight
inherit({dynamic inherit = true}) TextAttributes
Short Utils: inherit
letterSpacing(double? letterSpacing) TextAttributes
Short Utils: letterSpacing
locale(Locale? locale) TextAttributes
Short Utils: (none - see under TextAttributes)
shadows(List<Shadow> shadows) TextAttributes
Short Utils: textShadows
textBaseline(TextBaseline? textBaseline) TextAttributes
Short Utils: textBaseline
wordSpacing(double? wordSpacing) TextAttributes
Short Utils: wordSpacing