color property

dynamic color

The foreground color for this entry.

Implementation

_i2.dynamic get color => _i5.getProperty(
      this,
      'color',
    );
void color=(dynamic value)

Implementation

set color(_i2.dynamic value) {
  _i5.setProperty(
    this,
    'color',
    value,
  );
}