verticalOffset property
final
The vertical gap between the widget and the displayed tooltip.
When preferBelow is set to true and tooltips have sufficient space to display themselves, this property defines how much vertical space tooltips will position themselves under their corresponding widgets. Otherwise, tooltips will position themselves above their corresponding widgets with the given offset.
Implementation
final double? verticalOffset;