height property

double? height
final

Specifies the height of the shape pointer.

Defaults to 16.0.

This snippet shows how to set a height for the shape pointers.


SfLinearGauge (
markerPointers: [
LinearShapePointer(
value: 50,
height: 30
 )])

Implementation

final double? height;