opt anim to top

opt refresh

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-23 22:37:57 +08:00
parent 0a9897f6a4
commit 81cfe3efe1
28 changed files with 154 additions and 43 deletions

View File

@@ -7,7 +7,8 @@ import 'package:get/get.dart';
class PgcIndexController extends CommonListController {
PgcIndexController(this.indexType);
int? indexType;
Rx<LoadingState> conditionState = LoadingState.loading().obs;
Rx<LoadingState<PgcIndexCondition>> conditionState =
LoadingState<PgcIndexCondition>.loading().obs;
late final RxBool isExpand = false.obs;