TableRowsProperties constructor
TableRowsProperties({
- ColorStyle? firstBandColorStyle,
- ColorStyle? headerColorStyle,
- ColorStyle? secondBandColorStyle,
Implementation
TableRowsProperties({
this.firstBandColorStyle,
this.footerColorStyle,
this.headerColorStyle,
this.secondBandColorStyle,
});