Improve aggregated_search_page

This commit is contained in:
2025-02-11 21:13:57 +08:00
parent 51c2bf0d6f
commit dd7e2d6744
2 changed files with 34 additions and 5 deletions

View File

@@ -417,7 +417,7 @@ class SearchOptions {
const SearchOptions(this.options, this.label, this.type, this.defaultVal);
String get defaultValue => defaultVal ?? options.keys.first;
String get defaultValue => defaultVal ?? options.keys.firstOrNull ?? "";
}
typedef CategoryComicsLoader = Future<Res<List<Comic>>> Function(