TextStyle enum
Values
- reset → const TextStyle
-
const TextStyle(0, 0) - bold → const TextStyle
-
const TextStyle(1, 22) - dim → const TextStyle
-
const TextStyle(2, 22) - italic → const TextStyle
-
const TextStyle(3, 23) - underline → const TextStyle
-
const TextStyle(4, 24) - blink → const TextStyle
-
const TextStyle(5, 25) - inverse → const TextStyle
-
const TextStyle(7, 27) -
const TextStyle(8, 28) - strikethrough → const TextStyle
-
const TextStyle(9, 29) - doubleunderline → const TextStyle
-
const TextStyle(21, 24) - overlined → const TextStyle
-
const TextStyle(53, 55) - framed → const TextStyle
-
const TextStyle(51, 54) - encircled → const TextStyle
-
const TextStyle(52, 54) - black → const TextStyle
-
const TextStyle(30, 39) - red → const TextStyle
-
const TextStyle(31, 39) - green → const TextStyle
-
const TextStyle(32, 39) - yellow → const TextStyle
-
const TextStyle(33, 39) - blue → const TextStyle
-
const TextStyle(34, 39) - magenta → const TextStyle
-
const TextStyle(35, 39) - cyan → const TextStyle
-
const TextStyle(36, 39) - white → const TextStyle
-
const TextStyle(37, 39) - bgBlack → const TextStyle
-
const TextStyle(40, 49) - bgRed → const TextStyle
-
const TextStyle(41, 49) - bgGreen → const TextStyle
-
const TextStyle(42, 49) - bgYellow → const TextStyle
-
const TextStyle(43, 49) - bgBlue → const TextStyle
-
const TextStyle(44, 49) - bgMagenta → const TextStyle
-
const TextStyle(45, 49) - bgCyan → const TextStyle
-
const TextStyle(46, 49) - bgWhite → const TextStyle
-
const TextStyle(47, 49) - blackBright → const TextStyle
-
const TextStyle(90, 39) - redBright → const TextStyle
-
const TextStyle(91, 39) - greenBright → const TextStyle
-
const TextStyle(92, 39) - yellowBright → const TextStyle
-
const TextStyle(93, 39) - blueBright → const TextStyle
-
const TextStyle(94, 39) - magentaBright → const TextStyle
-
const TextStyle(95, 39) - cyanBright → const TextStyle
-
const TextStyle(96, 39) - whiteBright → const TextStyle
-
const TextStyle(97, 39) - bgBlackBright → const TextStyle
-
const TextStyle(100, 49) - bgRedBright → const TextStyle
-
const TextStyle(101, 49) - bgGreenBright → const TextStyle
-
const TextStyle(102, 49) - bgYellowBright → const TextStyle
-
const TextStyle(103, 49) - bgBlueBright → const TextStyle
-
const TextStyle(104, 49) - bgMagentaBright → const TextStyle
-
const TextStyle(105, 49) - bgCyanBright → const TextStyle
-
const TextStyle(106, 49) - bgWhiteBright → const TextStyle
-
const TextStyle(107, 49) - gray → const TextStyle
-
const TextStyle(90, 39) - grey → const TextStyle
-
const TextStyle(90, 39) - bgGray → const TextStyle
-
const TextStyle(100, 49) - bgGrey → const TextStyle
-
const TextStyle(100, 49) - faint → const TextStyle
-
const TextStyle(2, 22) - crossedout → const TextStyle
-
const TextStyle(9, 29) - strikeThrough → const TextStyle
-
const TextStyle(9, 29) - crossedOut → const TextStyle
-
const TextStyle(9, 29) - conceal → const TextStyle
-
const TextStyle(8, 28) - swapColors → const TextStyle
-
const TextStyle(7, 27) - swapcolors → const TextStyle
-
const TextStyle(7, 27) - doubleUnderline → const TextStyle
-
const TextStyle(21, 24)
Properties
- close → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - open → int
-
final
- 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