lineWidth property

dynamic lineWidth

Implementation

/* double | NaN */ dynamic get lineWidth =>
    js_util.getProperty(this, 'lineWidth');
void lineWidth=(dynamic newValue)

Implementation

set lineWidth(/* double | NaN */ dynamic newValue) {
  js_util.setProperty(this, 'lineWidth', newValue);
}