TStepLine constructor
const
TStepLine({})
Implementation
const TStepLine({
super.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,
});