value property

double get value

Accesses the current value of the gauge without labels.

Implementation

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

Sets the current value of the gauge without labels.

Implementation

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