CalendarGridItem constructor

CalendarGridItem(
  1. DateTime date,
  2. int indexInRow,
  3. bool fromAnotherMonth,
  4. int rowIndex,
)

Implementation

CalendarGridItem(
    this.date, this.indexInRow, this.fromAnotherMonth, this.rowIndex);