fill property
FillMode
get
fill
Implementation
FillMode get fill => FillMode.fromValue(js_util.getProperty(this, 'fill'));
set
fill
(FillMode newValue)
Implementation
set fill(FillMode newValue) {
js_util.setProperty(this, 'fill', newValue.value);
}