TableTheme constructor
const
TableTheme({
- Border? border,
- Color? backgroundColor,
- BorderRadiusGeometry? borderRadius,
- TableCellTheme? cellTheme,
Implementation
const TableTheme({
this.border,
this.backgroundColor,
this.borderRadius,
this.cellTheme,
});