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