ListTableThemeData constructor

const ListTableThemeData({
  1. IconThemeData? iconThemeData,
  2. double? itemHeight,
  3. TextStyle? textStyle,
  4. Color? selectedColor,
  5. Color? selectedHighlightColor,
  6. Color? selectedHoverColor,
  7. Color? hoverColor,
  8. Color? highlightColor,
  9. Color? background,
  10. Color? borderColor,
  11. Color? borderHoverColor,
  12. Color? borderHighlightColor,
  13. Color? borderIndicatorColor,
})

Creates a ListTableThemeData.

Implementation

const ListTableThemeData({
  this.iconThemeData,
  this.itemHeight,
  this.textStyle,
  this.selectedColor,
  this.selectedHighlightColor,
  this.selectedHoverColor,
  this.hoverColor,
  this.highlightColor,
  this.background,
  this.borderColor,
  this.borderHoverColor,
  this.borderHighlightColor,
  this.borderIndicatorColor,
});