Step constructor
const
Step({})
Implementation
const Step({
Key? key,
required this.isActive,
required this.isCompleted,
this.title,
this.completedColor,
this.activeColor,
this.inactiveColor,
this.completedBorderColor,
}) : super(key: key);