fill property

FillMode fill

Implementation

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

Implementation

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