TimeLineComponent constructor
const
TimeLineComponent({
- Key? key,
- required Time startTime,
- TimeLineStyle style = const TimeLineStyle(),
- required Time endTime,
- required double height,
- required double width,
- required TimeSlot timeSlot,
- required ScrollController scroll,
Implementation
const TimeLineComponent(
{Key? key,
required this.startTime,
this.style = const TimeLineStyle(),
required this.endTime,
required this.height,
required this.width,
required this.timeSlot,
required this.scroll})
: super(key: key);