value property

double value
final

Specifies the pointer value of SfLinearGauge.barPointers. This value must be between the min and max value of an axis track.

Defaults to 0.

This snippet shows how to set value for pointer in SfLinearGauge.


SfLinearGauge(
barPointers: [
LinearBarPointer(
value: 50,
)])

Implementation

final double value;