onClickOut property

VoidCallback? onClickOut
final

Callback when a tap event is detected outside the popup widget.

If set, there will be a transparent mask that prevents items visually behind them from receiving tap event.

Implementation

final VoidCallback? onClickOut;