dismissOnTapOutside property

bool dismissOnTapOutside
final

Whether a pointer tap outside the trigger and menu dismisses it.

Outside taps never block the underlying control. Scroll and drag gestures do not dismiss the menu. Defaults to true.

Implementation

final bool dismissOnTapOutside;