startValue property

double startValue
final

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;