toggleMonthPicker method

void toggleMonthPicker()

Shows the month picker if not currently shown, and the day picker otherwise.

Implementation

void toggleMonthPicker() => type == .month ? jumpToDayPicker() : jumpToMonthPicker();