startWidth property
Specifies the start width of the range. Defaults to 5.0.
This snippet shows how to set startWidth for LinearGaugeRange.
LinearGaugeRange(
startValue: 0.0,
startWidth: 10,
);
Implementation
final double startWidth;
Specifies the start width of the range. Defaults to 5.0.
This snippet shows how to set startWidth for LinearGaugeRange.
LinearGaugeRange(
startValue: 0.0,
startWidth: 10,
);
final double startWidth;