This repository has been archived on 2024-10-18. You can view files and clone it, but cannot push or open issues or pull requests.
ftc_patient_app/lib/controllers/custom_navigation_drawer_co...

8 lines
130 B
Dart

import 'package:get/get.dart';
class CustomNavigationDrawerController extends GetxController{
RxInt selectedIndex = 1.obs;
}