menu
homeowner_app
features/dashboard/widgets/expanding_section.dart
ExpandingSectionState
collapse method
collapse
dark_mode
light_mode
collapse
method
void
collapse
(
)
Implementation
void collapse() { setState(() { isExpanded = false; }); }
homeowner_app
expanding_section
ExpandingSectionState
collapse method
ExpandingSectionState class