TableThemeEffect constructor
TableThemeEffect({
- Style? style,
- TableThemeSection section = TableThemeSection.all,
- int? row,
- int? column,
- List<
Color> gradient = const [], - TableBlendMode blendMode = TableBlendMode.normal,
- TableThemeGradientAxis gradientAxis = TableThemeGradientAxis.horizontal,
Creates a new table theme effect.
Implementation
TableThemeEffect({
this.style,
this.section = TableThemeSection.all,
this.row,
this.column,
this.gradient = const [],
this.blendMode = TableBlendMode.normal,
this.gradientAxis = TableThemeGradientAxis.horizontal,
});