startWidth property

double startWidth
final

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;