ExpansionTileThemeData constructor Null safety

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}
)

Creates a ExpansionTileThemeData.

Implementation

const ExpansionTileThemeData ({
  this.backgroundColor,
  this.collapsedBackgroundColor,
  this.tilePadding,
  this.expandedAlignment,
  this.childrenPadding,
  this.iconColor,
  this.collapsedIconColor,
  this.textColor,
  this.collapsedTextColor,
});