int labelRotation({required bool collision}) => collision && _rotateOnCollision ? _labelCollisionRotation : _labelDefaultRotation;