menu
arcane package
documentation
shadcn/components/layout/collapsible.dart
Collapsible
Collapsible.new const constructor
Collapsible.new const constructor
dark_mode
light_mode
Collapsible
constructor
const
Collapsible
(
{
Key
?
key
,
required
List
<
Widget
>
children
,
bool
?
isExpanded
,
ValueChanged
<
bool
>
?
onExpansionChanged
,
})
Implementation
const Collapsible({ super.key, required this.children, this.isExpanded, this.onExpansionChanged, });
arcane package
documentation
shadcn/components/layout/collapsible
Collapsible
Collapsible.new const constructor
Collapsible class