fill property
FillMode?
get
fill
Implementation
FillMode? get fill {
return _fill;
}
set
fill
(FillMode? value)
Implementation
set fill(FillMode? value) {
_fill = value;
}