TxtStyle enum

Themed style to use in the text

Inheritance

Constructors

TxtStyle()
const

Values

none → const TxtStyle
headline1 → const TxtStyle
headline2 → const TxtStyle
headline3 → const TxtStyle
headline4 → const TxtStyle
headline5 → const TxtStyle
headline6 → const TxtStyle
subtitle1 → const TxtStyle
subtitle2 → const TxtStyle
bodyText1 → const TxtStyle
bodyText2 → const TxtStyle
caption → const TxtStyle
button → const TxtStyle
overline → const TxtStyle

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<TxtStyle>
A constant List of the values in this enum, in order of their declaration.