positions property

  1. @Input('tooltipPositions')
List<RelativePosition>? positions
getter/setter pair

Positions that the tooltip should try to show.

Implementation

@Input('tooltipPositions')
List<RelativePosition>? positions;