strokeStyle property
dynamic
get
strokeStyle
Implementation
dynamic get strokeStyle => js_util.getProperty(this, 'strokeStyle');
set
strokeStyle
(dynamic newValue)
Implementation
set strokeStyle(dynamic newValue) {
js_util.setProperty(this, 'strokeStyle', newValue);
}