valueBar takes the list of ValueBar to render the value bar/s
valueBar
const LinearGauge( valueBar: [ ValueBar( value: 25, color: Colors.green, ), ],
final List<ValueBar>? valueBar;