OpenPopupFn typedef

OpenPopupFn = Future<void> Function()

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

Implementation

typedef Future<void> OpenPopupFn();