valueBar property
The RadialValueBar is used to display the value in the Radial Gauge.
RadialGauge(
valueBar: RadialValueBar(
value: 10,
color: Colors.red,
),
),
Implementation
final List<RadialValueBar>? valueBar;
The RadialValueBar is used to display the value in the Radial Gauge.
RadialGauge(
valueBar: RadialValueBar(
value: 10,
color: Colors.red,
),
),
final List<RadialValueBar>? valueBar;