strokeStyle property

dynamic strokeStyle

Implementation

dynamic get strokeStyle => js_util.getProperty(this, 'strokeStyle');
void strokeStyle=(dynamic newValue)

Implementation

set strokeStyle(dynamic newValue) {
  js_util.setProperty(this, 'strokeStyle', newValue);
}