fill property
void Function([bool?])
get
fill
Implementation
void Function([_i2.bool?]) get fill => ([_i2.bool? p0]) => _i4.callMethod(
_i4.getProperty(
this,
'fill',
),
r'call',
[
this,
p0 ?? _i5.undefined,
],
);
set
fill
(void value([bool?]))
Implementation
set fill(void Function([_i2.bool?]) value) {
_i4.setProperty(
this,
'fill',
_i4.allowInterop(value),
);
}