edgeStyle property
Specifies the edge style of the range.
Defaults to LinearEdgeStyle.bothFlat.
This snippet shows how to set rangeShapeType for a range in LinearGaugeRange.
LinearGaugeRange(
edgeStyle: LinearEdgeStyle.StartCurve,
);
Implementation
final LinearEdgeStyle edgeStyle;