ignorePointer property

bool? ignorePointer
final

Whether this tooltip should be invisible to hit testing.

If no value is passed, pointer events are ignored unless the tooltip has a richMessage instead of a message.

See also:

  • IgnorePointer, for more information about how pointer events are handled or ignored.

Implementation

final bool? ignorePointer;