left property
top, right, bottom, left define the distance between the respective edges of the tooltip and the corresponding edges of the screen.
If not provided, the tooltip will be positioned as close as possible
to the specified edge, respecting the minimumOutsideMargin
.
Implementation
final double? top, right, bottom, left;