TxExpansionPanelThemeData constructor
const
TxExpansionPanelThemeData({
- Color? backgroundColor,
- Color? collapsedBackgroundColor,
- EdgeInsetsGeometry? panelPadding,
- AlignmentGeometry? expandedAlignment,
- EdgeInsetsGeometry? childrenPadding,
- Color? iconColor,
- Color? collapsedIconColor,
- Color? textColor,
- Color? collapsedTextColor,
- ShapeBorder? shape,
- ShapeBorder? collapsedShape,
- Clip? clipBehavior,
- AnimationStyle? expansionAnimationStyle,
- ExpansionPanelControlAffinity? controlAffinity,
- Decoration? childrenDecoration,
Implementation
const TxExpansionPanelThemeData({
this.backgroundColor,
this.collapsedBackgroundColor,
this.panelPadding,
this.expandedAlignment,
this.childrenPadding,
this.iconColor,
this.collapsedIconColor,
this.textColor,
this.collapsedTextColor,
this.shape,
this.collapsedShape,
this.clipBehavior,
this.expansionAnimationStyle,
this.controlAffinity,
this.childrenDecoration,
});