radius property

double? radius
final

The radius of this segments in fractions of the gauge radius.

If radiusAbsolute is non-null, radius is ignored.

If bot radius and radiusAbsolute is are null, the radius of the RadialGaugeAxis this segment belongs to is used.

Implementation

final double? radius;