ProgressFlow constructor
const
ProgressFlow({})
Implementation
const ProgressFlow({
Key? key,
required this.steps,
required this.currentStep,
this.activeColor,
this.inactiveColor,
this.height = 120,
this.stepCircleSize = 35,
this.lineHeight = 6,
this.padding = const EdgeInsets.symmetric(horizontal: 24.0, vertical: 8.0),
}) : super(key: key);