menu
wuikit package
documentation
components/ExpandableSection.dart
ExpandableSection
ExpandableSection.new const constructor
ExpandableSection.new const constructor
dark_mode
light_mode
ExpandableSection
constructor
const
ExpandableSection
(
{
required
String
title
,
Widget
?
child
,
Key
?
key
,
})
Implementation
const ExpandableSection({ required this.title, this.child, Key? key, }) : super(key: key);
wuikit package
documentation
components/ExpandableSection
ExpandableSection
ExpandableSection.new const constructor
ExpandableSection class