borderColor property
Specifies the border color of shape pointer.
Defaults to Colors.black54 in LightTheme and Colors.white70 in DarkTheme.
This snippet shows how to set a border color for the shape pointers.
SfLinearGauge (
markerPointers: [
LinearShapePointer(
borderColor: Colors.orange
)])
Implementation
final Color? borderColor;