lineWidth property
dynamic
get
lineWidth
Implementation
/* double | NaN */ dynamic get lineWidth =>
js_util.getProperty(this, 'lineWidth');
set
lineWidth
(dynamic newValue)
Implementation
set lineWidth(/* double | NaN */ dynamic newValue) {
js_util.setProperty(this, 'lineWidth', newValue);
}