TableTheme constructor

TableTheme([
  1. List<TableThemeEffect> effects = const []
])

Creates a table theme.

Implementation

TableTheme([this.effects = const []]);