value property

  1. @override
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

@override
final double value;