RCalendarMonthItem constructor

const RCalendarMonthItem({
  1. Key? key,
  2. DateTime? monthDate,
})

Implementation

const RCalendarMonthItem({Key? key, this.monthDate}) : super(key: key);