SliverTimeline constructor

const SliverTimeline({
  1. Key? key,
  2. required List<TimelineItem> timeline,
})

Implementation

const SliverTimeline({
  super.key,
  required this.timeline,
});