close property

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

Implementation

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