Cell constructor

Cell(
  1. String char,
  2. Style style
)

Creates a cell with the given char and style.

Implementation

Cell(this.char, this.style);