LiquidProgressIndicator constructor
const
LiquidProgressIndicator({})
Implementation
const LiquidProgressIndicator({
Key? key,
double value = 0.5,
Color? backgroundColor,
Animation<Color>? valueColor,
this.direction = Axis.horizontal,
this.borderWidth,
this.borderColor,
this.borderRadius,
this.center,
}) : super(
key: key,
value: value,
valueColor: valueColor,
backgroundColor: backgroundColor,
);