midWidth property

double midWidth
final

Specifies the mid width value of the range.

This snippet shows how to set midWidth for LinearGaugeRange.


LinearGaugeRange(
midValue: 100.0,
midWidth: 150,
 );

Implementation

final double midWidth;