set_text_style abstract method
Sets the text style.
Note that not all styles may be supported by all terminals.
Implementation
void set_text_style({
final bool bold,
final bool underscore,
final bool blink,
final bool inverted,
});
Sets the text style.
Note that not all styles may be supported by all terminals.
void set_text_style({
final bool bold,
final bool underscore,
final bool blink,
final bool inverted,
});