ExpansionTileThemeData constructor

const ExpansionTileThemeData(
  1. {Color? backgroundColor,
  2. Color? collapsedBackgroundColor,
  3. EdgeInsetsGeometry? tilePadding,
  4. AlignmentGeometry? expandedAlignment,
  5. EdgeInsetsGeometry? childrenPadding,
  6. Color? iconColor,
  7. Color? collapsedIconColor,
  8. Color? textColor,
  9. Color? collapsedTextColor,
  10. ShapeBorder? shape,
  11. ShapeBorder? collapsedShape,
  12. Clip? clipBehavior,
  13. 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,
});