onChecked property

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

Published when the radio selection state changes.

Implementation

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