FreedomTableTheme constructor
FreedomTableTheme({
- Color dividerColor = const Color(0xffe6e6e6),
- Color backgroundColor = const Color(0xfff2f2f2),
- Color hoverColor = const Color(0xfff6f6f6),
- Color hoverColorGetter()?,
- Color pagerBorderColor = const Color(0xffcccccc),
- Color pagerTextColor = const Color(0xff666666),
- Color pagerTextFocusedColor = const Color(0xffffffff),
- Color pagerTextDisabledColor = const Color(0xffcccccc),
- Color pagerFocusedBackgroundColor = const Color(0xff5078F0),
Implementation
FreedomTableTheme({
this.dividerColor = const Color(0xffe6e6e6),
this.backgroundColor = const Color(0xfff2f2f2),
this.hoverColor = const Color(0xfff6f6f6),
this.hoverColorGetter,
this.pagerBorderColor = const Color(0xffcccccc),
this.pagerTextColor = const Color(0xff666666),
this.pagerTextFocusedColor = const Color(0xffffffff),
this.pagerTextDisabledColor = const Color(0xffcccccc),
this.pagerFocusedBackgroundColor = const Color(0xff5078F0),
});