CupertinoMonthPicker constructor

const CupertinoMonthPicker(
  1. DateTime startDate,
  2. DateTime endDate, {
  3. DateTime? currentDate,
  4. dynamic onSelect(
    1. int indexYear,
    2. int indexMonth,
    3. DateTime selectValue
    )?,
  5. Key? key,
})

Implementation

const CupertinoMonthPicker(this.startDate, this.endDate, {this.currentDate, this.onSelect, Key? key}) : super(key: key);