linearGaugeBoxDecoration property

LinearGaugeBoxDecoration? linearGaugeBoxDecoration
final

linearGaugeBoxDecoration sets the styles of Container using LinearGaugeBoxDecoration decoration properties

Example

const LinearGauge(
           linearGaugeBoxDecoration: LinearGaugeBoxDecoration(
             color: Colors.green,
             height: 30.0,
          ),
      ),

Implementation

final LinearGaugeBoxDecoration? linearGaugeBoxDecoration;