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