positions property
Positions at which the tooltip should try to show.
Implementation
@Input()
List<RelativePosition> positions = RelativePosition.AdjacentBottomEdge;
Positions at which the tooltip should try to show.
@Input()
List<RelativePosition> positions = RelativePosition.AdjacentBottomEdge;