fill property

String fill

Implementation

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

Implementation

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