onChecked property

  1. @Output('checkedChange')
Stream<bool> get onChecked

Event that is fired when the toggle is checked.

Implementation

@Output('checkedChange')
Stream<bool> get onChecked => _controller.stream;