ignorePointer property

bool ignorePointer
final

Can make your badgeContent interactive. The default value is false. Make it true to make badge intercept all taps Make it false and all taps will be passed through the badge

Implementation

final bool ignorePointer;