indeterminate property
bool
get
indeterminate
When set, overrides the rendering of checkbox controls so that the current value is not visible.
Implementation
_i2.bool get indeterminate => _i4.getProperty(
this,
'indeterminate',
);
set
indeterminate
(bool value)
Implementation
set indeterminate(_i2.bool value) {
_i4.setProperty(
this,
'indeterminate',
value,
);
}