feat: slide dismiss tabbarview

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-24 22:11:49 +08:00
parent a130b5db98
commit 3993ff8a8e
10 changed files with 3789 additions and 52 deletions

View File

@@ -4,8 +4,7 @@ import 'package:get/get.dart';
class SearchResultController extends GetxController {
String keyword = Get.parameters['keyword'] ?? '';
RxList<int> count =
List.generate(SearchType.values.length, (_) => -1).toList().obs;
RxList<int> count = List.generate(SearchType.values.length, (_) => -1).obs;
RxInt toTopIndex = (-1).obs;