color property
ThemeColor?
get
color
The icon {@link ThemeColor} for the terminal.
The terminal.ansi*
theme keys are
recommended for the best contrast and consistency across themes.
Implementation
_i3.ThemeColor? get color => _i5.getProperty(
this,
'color',
);
set
color
(ThemeColor? value)
Implementation
set color(_i3.ThemeColor? value) {
_i5.setProperty(
this,
'color',
value ?? _i6.undefined,
);
}