CellSizeMsg constructor

const CellSizeMsg(
  1. int width,
  2. int height
)

Creates a cell-size message.

Implementation

const CellSizeMsg(this.width, this.height);