preferBelow property Null safety

bool? preferBelow
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.

Implementation

final bool? preferBelow;