value property
value denotes the value of the value bar.
RadialGauge(
valueBar: [
RadialValueBar(
value: 50,
),
],
track: RadialTrack(
start: 0,
end: 100,
),
),
Implementation
final double value;