blockBackgroundInteraction property

bool blockBackgroundInteraction
final

Whether to block all tap interactions with the background content

When true, taps on the modal background will not pass through to interactive elements (buttons, etc.) in the underlying app content.

Implementation

final bool blockBackgroundInteraction;