shapeType property

LinearShapePointerType shapeType
final

Specifies the built-in shape of shape marker pointer.

Defaults to LinearShapePointerType.invertedTriangle.

This snippet shows how to set a shape to shape marker pointer.


SfLinearGauge (
markerPointers: [
LinearShapePointer(
value: 50,
shapeType: LinearShapePointerType.triangle
 )])

Implementation

final LinearShapePointerType shapeType;