ZeroExpansionTileStyle constructor

ZeroExpansionTileStyle({
  1. AccordionVariant? variant,
  2. Widget? leading,
  3. Widget? trailing,
  4. Color? backgroundColor,
  5. Color? collapsedBackgroundColor,
  6. Color? childrenBackgroundColor,
  7. EdgeInsetsGeometry? tilePadding,
  8. AlignmentGeometry? expandedAlignment,
  9. EdgeInsetsGeometry? childrenPadding,
  10. Color? iconColor,
  11. Color? collapsedIconColor,
  12. Color? textColor,
  13. Color? collapsedTextColor,
  14. ShapeBorder? shape,
  15. ShapeBorder? collapsedShape,
  16. Clip? clipBehavior,
  17. Color? titleColor,
  18. Color? collapsedTitleColor,
})

Implementation

ZeroExpansionTileStyle({
  this.variant,
  this.leading,
  this.trailing,
  this.backgroundColor,
  this.collapsedBackgroundColor,
  this.childrenBackgroundColor,
  this.tilePadding,
  this.expandedAlignment,
  this.childrenPadding,
  this.iconColor,
  this.collapsedIconColor,
  this.textColor,
  this.collapsedTextColor,
  this.shape,
  this.collapsedShape,
  this.clipBehavior,
  this.titleColor,
  this.collapsedTitleColor,
});