Update: 2026-05-07 18:41:16
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import 'package:get/get.dart';
|
||||
|
||||
class MainShellController extends GetxController {
|
||||
final currentIndex = 0.obs;
|
||||
|
||||
void selectTab(int index) {
|
||||
currentIndex.value = index;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user