value property

double value

Accesses the current value of the gauge without labels.

Implementation

double get value => _noLabelChild.value;
void value=(double v)

Sets the current value of the gauge without labels.

Implementation

set value(double v) => _noLabelChild.value = v;