Returns the calculated radius for the start point based on size, maxSize, and startSize.
size
maxSize
double startRadius(double size, double maxSize) => _lerpRadius(size, maxSize, startSize);