ProgressTimeline constructor
ProgressTimeline(- {@required List<SingleState> states,
- double height,
- Icon checkedIcon,
- Icon currentIcon,
- Icon failedIcon,
- double iconSize,
- TextStyle textStyle,
- double connectorLength,
- double connectorWidth,
- Color connectorColor,
- Icon uncheckedIcon}
)
Implementation
ProgressTimeline(
{@required this.states,
this.height,
this.checkedIcon,
this.currentIcon,
this.failedIcon,
this.iconSize,
this.textStyle,
this.connectorLength,
this.connectorWidth,
this.connectorColor,
this.uncheckedIcon});