position property
The position of the tooltip relative to the child widget.
Can be one of the following:
- TooltipPosition.top: Displays the tooltip above the child widget.
- TooltipPosition.bottom: Displays the tooltip below the child widget.
- TooltipPosition.left: Displays the tooltip to the left of the child widget.
- TooltipPosition.right: Displays the tooltip to the right of the child widget. Defaults to TooltipPosition.top.
Implementation
final TooltipPosition position;