TimeLineWidget constructor
const
TimeLineWidget({})
Implementation
const TimeLineWidget({
Key? key,
required this.dataTimeline,
this.isHorizontal = false,
this.indicatorIndex = false,
this.indicatorSize = 40.0,
this.hasTitle = false,
this.iconIndicator = true,
}) : super(key: key);