ConsoleTextStyle class
Style to use with the style function.
Constructors
-
ConsoleTextStyle({ConsoleColor? color, ConsoleColor? backgroundColor, bool? bold, bool? italic, bool? underline, bool? faint, bool? blink, bool? blinkRapid, bool? inverse, bool? hide, bool? strikeThrough, bool? overline, Set<
SGRParameter> customEnable = const {}, Set<SGRParameter> customDisable = const {}})
Properties
- backgroundColor ↔ ConsoleColor?
-
getter/setter pair
- blink ↔ bool?
-
getter/setter pair
- blinkRapid ↔ bool?
-
getter/setter pair
- bold ↔ bool?
-
getter/setter pair
- color ↔ ConsoleColor?
-
getter/setter pair
-
customDisable
↔ Set<
SGRParameter> -
getter/setter pair
-
customEnable
↔ Set<
SGRParameter> -
getter/setter pair
- faint ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hide ↔ bool?
-
getter/setter pair
- inverse ↔ bool?
-
getter/setter pair
- italic ↔ bool?
-
getter/setter pair
- overline ↔ bool?
-
getter/setter pair
-
parametersToDisable
→ Set<
SGRParameter> -
no setter
-
parametersToEnable
→ Set<
SGRParameter> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strikeThrough ↔ bool?
-
getter/setter pair
- underline ↔ bool?
-
getter/setter pair
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