giveMeThePop property

(dynamic Function(Function pop)?) giveMeThePop
final

giveMeThePop Function to pass the pop function so that the menu or dialog can be closed from outside the widget.

Implementation

final Function(Function pop)? giveMeThePop;