useMousePosition property

bool useMousePosition
final

Whether the current mouse position should be used to render the tooltip on the screen. If no mouse is connected, this value is ignored.

Defaults to true. A tooltip will show the tooltip on the current mouse position and the tooltip will be removed as soon as the pointer exit the child.

Implementation

final bool useMousePosition;