shouldIgnorePointer property

bool shouldIgnorePointer
final

When true (default), the bubble ignores pointer events, allowing taps to pass through to widgets underneath. When false, the bubble content can receive pointer events (e.g., buttons inside the bubble).

Implementation

final bool shouldIgnorePointer;