ZeroExpansionTileStyle constructor
ZeroExpansionTileStyle({
- AccordionVariant? variant,
- Widget? leading,
- Widget? trailing,
- Color? backgroundColor,
- Color? collapsedBackgroundColor,
- Color? childrenBackgroundColor,
- EdgeInsetsGeometry? tilePadding,
- AlignmentGeometry? expandedAlignment,
- EdgeInsetsGeometry? childrenPadding,
- Color? iconColor,
- Color? collapsedIconColor,
- Color? textColor,
- Color? collapsedTextColor,
- ShapeBorder? shape,
- ShapeBorder? collapsedShape,
- Clip? clipBehavior,
- Color? titleColor,
- Color? collapsedTitleColor,
Creates a ZeroExpansionTileStyle.
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,
});