color property

Color color
final

color denotes the color of the value bar.

RadialGauge(
        valueBar: [
          RadialValueBar(
            value: 50,
            color: Colors.blue
          ),
        ],
        track: RadialTrack(
          start: 0,
          end: 100,
        ),
      ),

Implementation

final Color color;