backgroundColor property

Color backgroundColor
final

color Set the Color of the LinearGauge Container

 const LinearGauge(
  linearGaugeBoxDecoration: LinearGaugeBoxDecoration(
    backgroundColor: Colors.red,
  ),

Implementation

// ),
/// ```
final Color backgroundColor;