startRatio property

double startRatio
final

Radius ratio tells where the rectangles start.

Defaults to 0.5, meaning that the "ticks" will go from (0.5 * radius, radius).

I'm sorry I can't explain it any better. Check the example app...

If you know how to explain it better, open a PR!

Implementation

final double startRatio;