preferBelow property

bool? preferBelow
final

Whether the tooltip defaults to being displayed below 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? preferBelow;