onClear property

  1. @Output('clear')
Stream<void> get onClear

Fired when the close icon is clicked.

Implementation

@Output('clear')
Stream<void> get onClear => _onClear.stream;