value property

double value
final

value Sets the value of the pointer on the LinearGauge default is to set to the value of the LinearGauge

const LinearGauge(
 pointer: Pointer(
 value: 50.0,
),
),

Implementation

final double value;