dialogBoxMenuWrapper property

(Widget Function(Widget)?) dialogBoxMenuWrapper
getter/setter pair

dialogBoxMenuWrapper Function called to wrap the menu widget when in dialog box mode. This is useful for testing mainly.

Implementation

static Widget Function(Widget)? dialogBoxMenuWrapper;