LiquidProgressIndicator.custom constructor
const
LiquidProgressIndicator.custom({})
Implementation
const LiquidProgressIndicator.custom(
{super.key,
super.value = 0.5,
super.backgroundColor,
super.valueColor,
super.color,
this.center,
required this.direction,
required this.shapePath})
: assert(shapePath != null),
borderWidth = null,
borderColor = null,
borderRadius = 0,
type = LiquidProgressIndicatorType.custom;