tickLabelAnchor method
Implementation
TickLabelAnchor tickLabelAnchor({required bool collision}) =>
collision && _rotateOnCollision
? TickLabelAnchor.after
: _defaultTickLabelAnchor;
TickLabelAnchor tickLabelAnchor({required bool collision}) =>
collision && _rotateOnCollision
? TickLabelAnchor.after
: _defaultTickLabelAnchor;