DayItem constructor

DayItem({
  1. DateTime? date,
  2. String? info,
  3. bool disabled = false,
})

Implementation

DayItem({this.date, this.info, this.disabled: false});