endWidth property

double endWidth
final

Specifies the end width of the range.

Defaults to 5.0.

This snippet shows how to set endWidth for LinearGaugeRange.


LinearGaugeRange(
endValue: 500.0,
endWidth: 250,
 );

Implementation

final double endWidth;