menu
animation_search_bar package
documentation
services.dart
ServicesController
setIsSearching method
setIsSearching method
dark_mode
light_mode
setIsSearching
method
void
setIsSearching
(
bool
value
)
Implementation
void setIsSearching(bool value) { isSearching = value; notifyListeners(); }
animation_search_bar package
documentation
services
ServicesController
setIsSearching method
ServicesController class