elevationColor property

Color elevationColor
final

Specifies elevation color for shape pointers with elevation

Defaults to Colors.black.

This snippet shows how to set elevation color for shape pointers.


SfLinearGauge (
markerPointers: [
LinearShapePointer(
value: 50,
elevationColor: Colors.grey[50]
 )])

Implementation

final Color elevationColor;