TxPanelThemeData constructor
const
TxPanelThemeData({
- bool? dense,
- ShapeBorder? shape,
- Color? selectedColor,
- Color? iconColor,
- Color? textColor,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- Color? panelColor,
- Color? selectedPanelColor,
- double? horizontalTitleGap,
- double? verticalGap,
- double? minLeadingWidth,
- bool? enableFeedback,
- MaterialStateProperty<
MouseCursor?> ? mouseCursor, - VisualDensity? visualDensity,
- TextStyle? contentTextStyle,
- TextStyle? titleTextStyle,
- TextStyle? subtitleTextStyle,
- TextStyle? leadingAndTrailingTextStyle,
- ListTileTitleAlignment? titleAlignment,
- Color? focusColor,
- Color? splashColor,
- Color? hoverColor,
- 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,
});