ignorePointer property

bool ignorePointer
getter/setter pair

Whether the handleEvent will propagate pointer events to selection handlers.

If this property is true, the handleEvent assumes that this renderer will be notified of input gestures via handleTapDown, handleTap, handleDoubleTap, and handleLongPress.

If there are any gesture recognizers in the text span, the handleEvent will still propagate pointer events to those recognizers.

The default value of this property is false.

Implementation

bool ignorePointer;