EasyStep constructor
const
EasyStep({})
Create a new Step with custom icon and optional title
Implementation
const EasyStep({
this.icon,
this.finishIcon,
this.activeIcon,
this.title,
this.lineText,
this.customStep,
this.customTitle,
this.customLineWidget,
this.topTitle = false,
this.enabled = true,
}) : assert(icon != null || customStep != null);