CustomCollapseForm constructor
const
CustomCollapseForm({})
实例
Implementation
const CustomCollapseForm({
required this.children,
super.key,
this.expanded = true,
this.onExpandChanged,
this.showCount = 1,
this.actions,
});