dayScroll property

double get dayScroll

The day-axis (horizontal) scroll offset of the attached planner, in logical pixels (<= 0; 0 is the leftmost column). Read-only — this controller drives zoom, not scroll. Throws a StateError when not isAttached.

Implementation

double get dayScroll => _requireInner().x;