GridCell constructor

const GridCell(
  1. String char, [
  2. Style style = Style.empty
])

Creates a GridCell.

Implementation

const GridCell(this.char, [this.style = Style.empty]);