isIndeterminate property

bool get isIndeterminate

Returns true if the checkbox is currently in indeterminate state.

Implementation

bool get isIndeterminate => value == CheckboxState.indeterminate;