goToDay method

void goToDay(
  1. DateTime date
)

Implementation

void goToDay(DateTime date) {
  state!.getDate(date);
}