BandingProperties constructor
BandingProperties({
- Color? firstBandColor,
- ColorStyle? firstBandColorStyle,
- Color? headerColor,
- ColorStyle? headerColorStyle,
- Color? secondBandColor,
- ColorStyle? secondBandColorStyle,
Implementation
BandingProperties({
this.firstBandColor,
this.firstBandColorStyle,
this.footerColor,
this.footerColorStyle,
this.headerColor,
this.headerColorStyle,
this.secondBandColor,
this.secondBandColorStyle,
});