AntdCollapseStyle constructor
const
AntdCollapseStyle({
- AntdBoxStyle? titleStyle,
- AntdBoxStyle? bodyStyle,
- AntdBoxStyle? itemStyle,
- AntdBoxStyle? childStyle,
- AntdBoxStyle? contentStyle,
- AntdIconStyle? iconStyle,
- Widget? icon,
- AntdIconStyle? activeIconStyle,
- Widget? activeIcon,
- AntdIconStyle? disableIconStyle,
- Widget? disableIcon,
Implementation
const AntdCollapseStyle({
this.titleStyle,
this.bodyStyle,
this.itemStyle,
this.childStyle,
this.contentStyle,
this.iconStyle,
this.icon,
this.activeIconStyle,
this.activeIcon,
this.disableIconStyle,
this.disableIcon,
});