close property

  1. @Output('close')
Stream<String> get close

Implementation

@Output('close')
Stream<String> get close => closeController.stream;