horizontalOffset property

double? horizontalOffset
final

The horizontal gap between the widget and the displayed tooltip.

When preferRight is set to true and tooltips have sufficient space to display themselves, this property defines how much horizontal space tooltips will position themselves to the right of their corresponding widgets. Otherwise, tooltips will position themselves to the left of their corresponding widgets with the given offset.

Implementation

final double? horizontalOffset;