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