fill property

bool fill

Implementation

bool get fill => js_util.getProperty(this, 'fill');
void fill=(bool newValue)

Implementation

set fill(bool newValue) {
  js_util.setProperty(this, 'fill', newValue);
}