jumpTo method

void jumpTo(
  1. DateTime month
)

Implementation

void jumpTo(DateTime month) =>
    _pageController.jumpToPage(_pageFromMonth(month));