fill property

FillMode? fill

Implementation

FillMode? get fill {
  return _fill;
}
void fill=(FillMode? value)

Implementation

set fill(FillMode? value) {
  _fill = value;
}