onClose property
Events that fires before making visible false.
See AsyncAction for the API for deferring or cancelling the event.\
Implementation
@override
Stream<AsyncAction<dynamic>?> get onClose => _onClose.stream;
Events that fires before making visible false.
See AsyncAction for the API for deferring or cancelling the event.\
@override
Stream<AsyncAction<dynamic>?> get onClose => _onClose.stream;