color property

String color

Implementation

_i2.String get color => _i4.getProperty(
      this,
      'color',
    );
void color=(String value)

Implementation

set color(_i2.String value) {
  _i4.setProperty(
    this,
    'color',
    value,
  );
}