startValue property
Specifies the start value of the range.
Defaults to 0.
This snippet shows how to set the startvalue for LinearGaugeRange.
LinearGaugeRange(
startValue: 65,
);
Implementation
final double startValue;
Specifies the start value of the range.
Defaults to 0.
This snippet shows how to set the startvalue for LinearGaugeRange.
LinearGaugeRange(
startValue: 65,
);
final double startValue;