StepLine constructor
const
StepLine({})
Implementation
const StepLine({
Key? key,
required this.contentWidget,
this.isGrey = false,
this.lineColor,
this.lineWidth = 2,
this.iconTopPadding = 0,
this.isDashLine = false,
this.dashLength = 4,
this.dashSpace = 4,
this.contentLeftPadding = 12,
this.normalColor,
this.highlightColor,
this.iconWidget,
}) : super(key: key);