LinearGaugeBoxDecoration constructor
const
LinearGaugeBoxDecoration({
- Color backgroundColor = Colors.grey,
- double? thickness = 4.0,
- double? borderRadius,
- Color? linearGaugeValueColor = Colors.blue,
- LinearEdgeStyle? edgeStyle = LinearEdgeStyle.bothCurve,
- LinearGradient? linearGradient,
An immutable description of how to paint a box of LinearGauge.
Implementation
const LinearGaugeBoxDecoration(
{this.backgroundColor = Colors.grey,
this.thickness = 4.0,
this.borderRadius,
this.linearGaugeValueColor = Colors.blue,
this.edgeStyle = LinearEdgeStyle.bothCurve,
this.linearGradient});