clear property

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

Clear icon is clicked

Implementation

@Output('clear')
Stream<html.Event> get clear => _clearButtonController.stream;