TableTheme constructor
TableTheme([
- List<
TableThemeEffect> effects = const []
Creates a table theme.
Implementation
TableTheme([this.effects = const []]);
Creates a table theme.
TableTheme([this.effects = const []]);