TableRowsProperties constructor

TableRowsProperties({
  1. ColorStyle? firstBandColorStyle,
  2. ColorStyle? footerColorStyle,
  3. ColorStyle? headerColorStyle,
  4. ColorStyle? secondBandColorStyle,
})

Implementation

TableRowsProperties({
  this.firstBandColorStyle,
  this.footerColorStyle,
  this.headerColorStyle,
  this.secondBandColorStyle,
});