Collapsible constructor
const
Collapsible({})
Implementation
const Collapsible({
super.key,
required this.children,
this.isExpanded,
this.onExpansionChanged,
});
const Collapsible({
super.key,
required this.children,
this.isExpanded,
this.onExpansionChanged,
});