borderColor property
Specifies the border color for bar pointer.
Defaults to Color(0xff0074E3).
This snippet shows how to set border color for bar pointers in SfLinearGauge.
SfLinearGauge (
barPointers: [
LinearBarPointer(
borderColor: Colors.blue,
)])
Implementation
final Color? borderColor;