ExpansionTileThemeData constructor
- Color? backgroundColor,
- Color? collapsedBackgroundColor,
- EdgeInsetsGeometry? tilePadding,
- AlignmentGeometry? expandedAlignment,
- EdgeInsetsGeometry? childrenPadding,
- Color? iconColor,
- Color? collapsedIconColor,
- Color? textColor,
- Color? collapsedTextColor,
- ShapeBorder? shape,
- ShapeBorder? collapsedShape,
- Clip? clipBehavior,
- AnimationStyle? expansionAnimationStyle,
Creates a ExpansionTileThemeData.
Implementation
const ExpansionTileThemeData ({
this.backgroundColor,
this.collapsedBackgroundColor,
this.tilePadding,
this.expandedAlignment,
this.childrenPadding,
this.iconColor,
this.collapsedIconColor,
this.textColor,
this.collapsedTextColor,
this.shape,
this.collapsedShape,
this.clipBehavior,
this.expansionAnimationStyle,
});