SimpleMonthPickerDialog constructor

SimpleMonthPickerDialog({
  1. required MonthAndYear monthAndYear,
})

Implementation

SimpleMonthPickerDialog({required this.monthAndYear});