color property
dynamic
get
color
The foreground color for this entry.
Implementation
_i2.dynamic get color => _i5.getProperty(
this,
'color',
);
set
color
(dynamic value)
Implementation
set color(_i2.dynamic value) {
_i5.setProperty(
this,
'color',
value,
);
}