TextConstants class

Constructors

TextConstants()

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

Constants

defaultBackgroundColor → const Color
color used if no color is specified
defaultColor → const Color
color used if no color is specified
defaultColors → const List<String>
available list of colors
defaultFontFamily → const String
font-family used when no family is specified
defaultFontSize → const double
font-size used when no size is specified
defaultLinkColor → const Color
defaultLinkUnderline → const TextDecoration
link underline when no override was provided
errorStyle → const TextStyle
used when invalid HTML is parsed
headers → const List<String>
available header tags
headerSizes → const Map<String, double>
corresponding header-sizes
labelStyle → const TextStyle
default style of labels