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