NsgTableStyleMain constructor
const
NsgTableStyleMain({
- required Color progressbarColorPrimary,
- required Color progressbarColorSecondary,
- required Color bodyCellBorderColor,
- required Color headerCellBorderColor,
- required Color tableBorderColor,
- required Color headerCellBackColor,
- required Color bodyCellBackColor,
- required Color bodyCellBackSelColor,
- required TextStyle headerCellTextStyle,
- required TextStyle bodyCellTextStyle,
- required Color arrowsColor,
- required Color scrollbarTrackColor,
- required Color scrollbarBorderColor,
- required Color scrollbarThumbColor,
- required Color bodyRowEvenBackColor,
- 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,
});