PlannerEntryLayout constructor

const PlannerEntryLayout({
  1. required Size size,
  2. required int columnIndex,
  3. required int columnCount,
  4. required bool isDragged,
  5. required DragType dragType,
  6. required bool allDay,
})

Implementation

const PlannerEntryLayout({
  required this.size,
  required this.columnIndex,
  required this.columnCount,
  required this.isDragged,
  required this.dragType,
  required this.allDay,
});