TableCellProperties constructor

TableCellProperties({
  1. String? contentAlignment,
  2. TableCellBackgroundFill? tableCellBackgroundFill,
})

Implementation

TableCellProperties({this.contentAlignment, this.tableCellBackgroundFill});