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