XBCalendarMonthCell constructor

const XBCalendarMonthCell({
  1. required XBCalendarMonth month,
  2. required ValueChanged<DateTime> onSelectDate,
  3. XBCalendarDisplay? display,
  4. String yearUnit = "年",
  5. String monthUnit = "月",
  6. Key? key,
})

Implementation

const XBCalendarMonthCell(
    {required this.month,
    required this.onSelectDate,
    this.display,
    this.yearUnit = "年",
    this.monthUnit = "月",
    super.key});