isIndeterminate property
bool
get
isIndeterminate
Returns true if the checkbox is currently in indeterminate state.
Implementation
bool get isIndeterminate => value == CheckboxState.indeterminate;
Returns true if the checkbox is currently in indeterminate state.
bool get isIndeterminate => value == CheckboxState.indeterminate;