midWidth property
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;
Specifies the mid width value of the range.
This snippet shows how to set midWidth for LinearGaugeRange.
LinearGaugeRange(
midValue: 100.0,
midWidth: 150,
);
final double midWidth;