fill property
bool?
get
fill
Implementation
_i2.bool? get fill => _i4.getProperty(
this,
'fill',
);
set
fill
(bool? value)
Implementation
set fill(_i2.bool? value) {
_i4.setProperty(
this,
'fill',
value ?? _i6.undefined,
);
}