preferBelow property
final
Whether the tooltip is displayed below its widget by default.
If there is insufficient space to display the tooltip in the preferred direction, the tooltip will be displayed in the opposite direction.
Applying false
for the entire app is recommended
to avoid having a finger or cursor hide a tooltip.
Implementation
final bool? preferBelow;