menu
vertical_barchart package
documentation
extension/expandedSection.dart
ExpandedSection
ExpandedSection constructor
ExpandedSection constructor
dark_mode
light_mode
ExpandedSection
constructor
ExpandedSection
(
{
bool
expand
=
false
,
required
Widget
child
,
})
Implementation
ExpandedSection({this.expand = false, required this.child});
vertical_barchart package
documentation
extension/expandedSection
ExpandedSection
ExpandedSection constructor
ExpandedSection class