widthAbsolute property

double? widthAbsolute
final

The width of the segment in pixels.

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? widthAbsolute;