Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-21 11:48:42 +08:00
parent 1efd62803a
commit ac60ac417b
130 changed files with 1631 additions and 2132 deletions

View File

@@ -37,12 +37,10 @@ abstract class CommonSearchPageState<S extends CommonSearchPage, R, T>
suffixIcon: IconButton(
tooltip: '清空',
icon: const Icon(Icons.clear, size: 22),
onPressed: () {
controller
..loadingState.value = LoadingState.loading()
..onClear()
..focusNode.requestFocus();
},
onPressed: () => controller
..loadingState.value = LoadingState.loading()
..onClear()
..focusNode.requestFocus(),
),
),
onSubmitted: (value) => controller.onRefresh(),