ConsoleTextStyle constructor
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 {},
Implementation
ConsoleTextStyle({
this.color,
this.backgroundColor,
this.bold,
this.italic,
this.underline,
this.faint,
this.blink,
this.blinkRapid,
this.inverse,
this.hide,
this.strikeThrough,
this.overline,
this.customEnable = const {},
this.customDisable = const {},
});