borderWidth property

double borderWidth
final

Specifies the border width of bar pointer.

Defaults to 0.

This snippet shows how to set border width for bar pointers.


SfLinearGauge (
barPointers: [
LinearBarPointer(
 borderWidth: 2,
 )])

Implementation

final double borderWidth;