onIndeterminate property

  1. @Output('indeterminateChange')
Stream<bool> get onIndeterminate

Fired when checkbox goes in and out of indeterminate state, but not when set to checked.

Sends the state of indeterminate.

Implementation

@Output('indeterminateChange')
Stream<bool> get onIndeterminate => _onIndeterminate.stream;