timeLineBuilder property

DateWidgetBuilder? timeLineBuilder
final

A function that returns a Widget that will be displayed left side of day view.

If null is provided then no time line will be visible.

Implementation

final DateWidgetBuilder? timeLineBuilder;