CollapseItem constructor
CollapseItem({})
Implementation
CollapseItem({
Key? key,
this.title,
this.name,
this.icon,
this.value,
this.label,
this.rightIcon,
this.clickable: true,
this.isExpanded: false,
this.customTitle,
this.customLabel,
this.content,
this.child,
this.onExpansionChanged,
}) : super(key: key);