data property
List of timeline entries to display.
Each TimelineData object represents one row in the timeline with time information, title, optional content, and optional custom color. The timeline renders entries in the order provided in this list.
Implementation
final List<TimelineData> data;