value property

double? value
final

linearGaugeBoxDecoration sets the styles of Container using LinearGaugeBoxDecoration decoration properties

Example

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

Implementation

final double? value;