TableTheme constructor

const TableTheme({
  1. Border? border,
  2. Color? backgroundColor,
  3. BorderRadiusGeometry? borderRadius,
  4. TableCellTheme? cellTheme,
})

Implementation

const TableTheme({
  this.border,
  this.backgroundColor,
  this.borderRadius,
  this.cellTheme,
});