width property

double? width
final

The width of the segment in fractions of the gauge radius.

If widthAbsolute is non-null, width is ignored.

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

Implementation

final double? width;