mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-18 08:06:21 +08:00
opt anim to top
opt refresh Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user