Cell constructor

const Cell(
  1. String char, [
  2. TextStyle? style
])

Creates a Cell with the given char and optional style.

Implementation

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