borderWidth property

double borderWidth
final

Specifies border width of shape pointer.

Defaults to 0.

This snippet shows how to set a border width for the shape pointers.


SfLinearGauge (
markerPointers: [
LinearShapePointer(
borderWidth: 3
 )])

Implementation

final double borderWidth;