tickLabelAnchor method

TickLabelAnchor tickLabelAnchor({
  1. required bool collision,
})

Implementation

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