AntdCollapseStyle constructor

const AntdCollapseStyle({
  1. AntdBoxStyle? titleStyle,
  2. AntdBoxStyle? bodyStyle,
  3. AntdBoxStyle? itemStyle,
  4. AntdBoxStyle? childStyle,
  5. AntdBoxStyle? contentStyle,
  6. AntdIconStyle? iconStyle,
  7. Widget? icon,
  8. AntdIconStyle? activeIconStyle,
  9. Widget? activeIcon,
  10. AntdIconStyle? disableIconStyle,
  11. 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,
});