TableCellTheme constructor
const
TableCellTheme({
- WidgetStateProperty<
Border?> ? border, - WidgetStateProperty<
Color?> ? backgroundColor, - WidgetStateProperty<
TextStyle?> ? textStyle,
Implementation
const TableCellTheme({
this.border,
this.backgroundColor,
this.textStyle,
});