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