timeScroll property
double
get
timeScroll
The time-axis (vertical) scroll offset of the attached planner, in logical
pixels (<= 0; 0 is the top of the grid). Read-only. Throws a
StateError when not isAttached.
Implementation
double get timeScroll => _requireInner().y;