refactor : request page and fix padding's

This commit is contained in:
2025-05-26 14:00:52 +03:30
parent 1c2e482297
commit aa724c72a4
2 changed files with 238 additions and 206 deletions

View File

@@ -4,4 +4,6 @@ import 'package:rasadyar_livestock/presentation/page/root/logic.dart';
class RequestsLogic extends GetxController {
RxList<int> filterSelected = <int>[].obs;
RxBool isFilterShowed = false.obs;
}