NsgTableStyle constructor

const NsgTableStyle({
  1. Color? progressbarColorPrimary,
  2. Color? progressbarColorSecondary,
  3. Color? menuIconColor,
  4. Color? menuCellBorderColor,
  5. Color? headerCellBorderColor,
  6. Color? tableBorderColor,
  7. Color? menuCellBackColor,
  8. Color? headerCellBackColor,
  9. Color? bodyCellBackColor,
  10. Color? bodyCellBackSelColor,
  11. TextStyle? menuCellTextStyle,
  12. TextStyle? headerCellTextStyle,
  13. TextStyle? bodyCellTextStyle,
  14. Color? bodyCellBorderColor,
  15. Color? arrowsColor,
  16. Color? scrollbarTrackColor,
  17. Color? scrollbarBorderColor,
  18. Color? scrollbarThumbColor,
  19. Color? bodyRowEvenBackColor,
  20. Color? bodyRowOddBackColor,
})

Implementation

const NsgTableStyle({
  this.progressbarColorPrimary,
  this.progressbarColorSecondary,
  this.menuIconColor,
  this.menuCellBorderColor,
  this.headerCellBorderColor,
  this.tableBorderColor,
  this.menuCellBackColor,
  this.headerCellBackColor,
  this.bodyCellBackColor,
  this.bodyCellBackSelColor,
  this.menuCellTextStyle,
  this.headerCellTextStyle,
  this.bodyCellTextStyle,
  this.bodyCellBorderColor,
  this.arrowsColor,
  this.scrollbarTrackColor,
  this.scrollbarBorderColor,
  this.scrollbarThumbColor,
  this.bodyRowEvenBackColor,
  this.bodyRowOddBackColor,
});