CellSelectedEvent constructor

CellSelectedEvent({
  1. required bool selected,
})

Implementation

CellSelectedEvent({required this.selected});