fillStyle property
Object
get
fillStyle
Implementation
_i2.Object get fillStyle => _i4.getProperty(
this,
'fillStyle',
);
set
fillStyle
(Object value)
Implementation
set fillStyle(_i2.Object value) {
_i4.setProperty(
this,
'fillStyle',
value,
);
}