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