NsgTableStyleMain constructor

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

Implementation

const NsgTableStyleMain({
  required this.progressbarColorPrimary,
  required this.progressbarColorSecondary,
  required this.menuIconColor,
  required this.bodyCellBorderColor,
  required this.menuBorderColor,
  required this.headerCellBorderColor,
  required this.tableBorderColor,
  required this.menuBackColor,
  required this.headerCellBackColor,
  required this.bodyCellBackColor,
  required this.bodyCellBackSelColor,
  required this.menuCellTextStyle,
  required this.headerCellTextStyle,
  required this.bodyCellTextStyle,
  required this.arrowsColor,
  required this.scrollbarTrackColor,
  required this.scrollbarBorderColor,
  required this.scrollbarThumbColor,
  required this.bodyRowEvenBackColor,
  required this.bodyRowOddBackColor,
});