FreedomTableTheme constructor

FreedomTableTheme({
  1. Color dividerColor = const Color(0xffe6e6e6),
  2. Color backgroundColor = const Color(0xfff2f2f2),
  3. Color hoverColor = const Color(0xfff6f6f6),
  4. Color hoverColorGetter()?,
  5. Color pagerBorderColor = const Color(0xffcccccc),
  6. Color pagerTextColor = const Color(0xff666666),
  7. Color pagerTextFocusedColor = const Color(0xffffffff),
  8. Color pagerTextDisabledColor = const Color(0xffcccccc),
  9. 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),
});