shapePointer property
The list of ShapePointers
to be displayed in the Radial Gauge.
RadialGauge(
track: RadialTrack(
start: 0,
end: 100,
),
shapePointer: [
RadialShapePointer(value: 10),
],
),
Implementation
final List<RadialShapePointer>? shapePointer;