menu
fonde_ui package
documentation
fonde_ui_riverpod.dart
FondeSearchQuery
updateQuery method
updateQuery method
dark_mode
light_mode
updateQuery
method
void
updateQuery
(
String
?
newQuery
)
Update the search query.
Implementation
void updateQuery(String? newQuery) { state = newQuery ?? ''; }
fonde_ui package
documentation
fonde_ui_riverpod
FondeSearchQuery
updateQuery method
FondeSearchQuery class