LiquidProgressIndicator.linear constructor
const
LiquidProgressIndicator.linear({})
Implementation
const LiquidProgressIndicator.linear({
super.key,
super.value = 0.5,
super.backgroundColor,
super.color,
super.valueColor,
this.borderWidth = 0,
this.borderColor = Colors.transparent,
this.borderRadius = 0,
this.center,
this.direction = Axis.horizontal,
}) : shapePath = null,
type = LiquidProgressIndicatorType.linear;