netflex_timeline library

Typedefs

TimelineItemBuilder<C, T> = Widget Function(BuildContext context, TimelineItem<T> item, C? config, BoxConstraints constraints)
TimelineItemBuilder is a builder function that builds an item on a track. The location is a bounded box that is sized according to the length of item as configured in the VerticalTimelineConfiguration.
TimelineTimeMarkerBuilder = Widget Function(BuildContext context, DateTime time)
Used to draw hour markers