menu
afib package
documentation
afib_flutter.dart
AFUIPrototypeDrawerRouteParam
isExpanded method
isExpanded method
dark_mode
light_mode
isExpanded
method
bool
isExpanded
(
String
area
)
Implementation
bool isExpanded(String area) { final result = themeExpanded[area]; return result ?? false; }
afib package
documentation
afib_flutter
AFUIPrototypeDrawerRouteParam
isExpanded method
AFUIPrototypeDrawerRouteParam class