timeLineOffset property

double timeLineOffset
final

Defines offset for timeline.

This will translate all the widgets returned by DayView.timeLineBuilder by provided offset.

If offset is positive all the widgets will be translated up.

If offset is negative all the widgets will be translated down. Default value is 0.

Implementation

final double timeLineOffset;