value property
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;
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,
),
),
final double value;