ColorizeStyle class

Usage by style pickers from enums and list of style applied in order.

Constructors

ColorizeStyle(List<AnsiStyle> styles)
Creates colorize Style from list of AnsiStyles.

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
wrap(String text, {List<AnsiStyle> additionalStyles = const []}) String
Wraps a text with list of AnsiStyles.

Operators

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