elevation property

double elevation
final

Provides elevation for shape pointers.

Defaults to 0.

This snippet shows how to set elevation value for a shape marker pointer.


SfLinearGauge (
markerPointers: [
LinearShapePointer(
value: 50,
elevation: 2
 )])

Implementation

final double elevation;