CellSizeEvent constructor

const CellSizeEvent({
  1. required int width,
  2. required int height,
})

Implementation

const CellSizeEvent({required this.width, required this.height});