edgeStyle property
Specifies the edge style to a bar pointer.
Defaults to LinearEdgeStyle.bothFlat.
This snippet shows how to set edge style to a bar pointer.
SfLinearGauge(
barPointers: [
LinearBarPointer(
edgeStyle: LinearEdgeStyle.endCurve,
)])
Implementation
final LinearEdgeStyle edgeStyle;