CollapsibleSection constructor
const
CollapsibleSection({})
Implementation
const CollapsibleSection({
required this.title, required this.child, super.key,
this.description,
this.initiallyExpanded = true,
});
const CollapsibleSection({
required this.title, required this.child, super.key,
this.description,
this.initiallyExpanded = true,
});