popped property

Future<T?> popped

A future that completes when this flash is popped.

The future completes with the value given to dismiss, if any.

Implementation

Future<T?> get popped => _transitionCompleter.future;