onClickOut property
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;
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.
final VoidCallback? onClickOut;