fillStyle property

Object fillStyle

Implementation

_i2.Object get fillStyle => _i4.getProperty(
      this,
      'fillStyle',
    );
void fillStyle=(Object value)

Implementation

set fillStyle(_i2.Object value) {
  _i4.setProperty(
    this,
    'fillStyle',
    value,
  );
}