TxPanelThemeData constructor

const TxPanelThemeData({
  1. bool? dense,
  2. ShapeBorder? shape,
  3. Color? selectedColor,
  4. Color? iconColor,
  5. Color? textColor,
  6. EdgeInsetsGeometry? padding,
  7. EdgeInsetsGeometry? margin,
  8. Color? panelColor,
  9. Color? selectedPanelColor,
  10. double? horizontalTitleGap,
  11. double? verticalGap,
  12. double? minLeadingWidth,
  13. bool? enableFeedback,
  14. MaterialStateProperty<MouseCursor?>? mouseCursor,
  15. VisualDensity? visualDensity,
  16. TextStyle? contentTextStyle,
  17. TextStyle? titleTextStyle,
  18. TextStyle? subtitleTextStyle,
  19. TextStyle? leadingAndTrailingTextStyle,
  20. ListTileTitleAlignment? titleAlignment,
  21. Color? focusColor,
  22. Color? splashColor,
  23. Color? hoverColor,
  24. Color? highlightColor,
})

Implementation

const TxPanelThemeData({
  this.dense,
  this.shape,
  this.selectedColor,
  this.iconColor,
  this.textColor,
  this.padding,
  this.margin,
  this.panelColor,
  this.selectedPanelColor,
  this.horizontalTitleGap,
  this.verticalGap,
  this.minLeadingWidth,
  this.enableFeedback,
  this.mouseCursor,
  this.visualDensity,
  this.contentTextStyle,
  this.titleTextStyle,
  this.subtitleTextStyle,
  this.leadingAndTrailingTextStyle,
  this.titleAlignment,
  this.focusColor,
  this.splashColor,
  this.hoverColor,
  this.highlightColor,
});