valueBar property

List<RadialValueBar>? valueBar
final

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;