onOpen property

  1. @Output.new('open')
Stream<AsyncAction> get onOpen

Events that fire before making visible true.

See AsyncAction for the API for deferring or cancelling the event.

Implementation

@Output('open')
Stream<AsyncAction<dynamic>> get onOpen;