TableCellTheme constructor

const TableCellTheme({
  1. WidgetStateProperty<Border?>? border,
  2. WidgetStateProperty<Color?>? backgroundColor,
  3. WidgetStateProperty<TextStyle?>? textStyle,
})

Implementation

const TableCellTheme({
  this.border,
  this.backgroundColor,
  this.textStyle,
});