radiusFactor property
The radius factor of the Radial Gauge. The value ranges from 0 to 1.
Defaults to 1.
RadialGauge(
radiusFactor: 0.8,
track: RadialTrack(
start: 0,
end: 100,
),
),
Implementation
final double radiusFactor;