Cell constructor

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

Implementation

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