preferRight property

bool? preferRight
final

Whether the tooltip defaults to being displayed to the right of the widget.

Defaults to true. If there is insufficient space to display the tooltip in the preferred direction, the tooltip will be displayed in the opposite direction.

Implementation

final bool? preferRight;