Cell constructor

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

Implementation

const Cell(this.char, this.style);