width property
Specifies the width of shape pointers.
Defaults to 16.0.
This snippet shows how to set a width for the shape pointers.
SfLinearGauge (
markerPointers: [
LinearShapePointer(
value: 50,
width: 30
)])
Implementation
final double? width;