jumpToDate method
Jumps to date without animation.
Implementation
void jumpToDate(DateTime date, {AlignmentDirectional alignment = .center}) => jumpTo(_offset(date, alignment));
Jumps to date without animation.
void jumpToDate(DateTime date, {AlignmentDirectional alignment = .center}) => jumpTo(_offset(date, alignment));