TableCell constructor

const TableCell({
  1. required Widget child,
  2. int colSpan = 1,
  3. String? fill,
})

TableCell API.

Implementation

const TableCell({required this.child, this.colSpan = 1, this.fill});