ClosePopupFn typedef

ClosePopupFn = Future<void> Function()

Function type to close the popup menu, returns a future that resolves when the closing animation stops.

Implementation

typedef Future<void> ClosePopupFn();