feat : action
add supervisons
This commit is contained in:
15
features/supervision/lib/presentation/actions/logic.dart
Normal file
15
features/supervision/lib/presentation/actions/logic.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
import 'package:rasadyar_core/core.dart';
|
||||
|
||||
class ActionsLogic extends GetxController with GetTickerProviderStateMixin{
|
||||
|
||||
RxInt currentIndex = 0.obs;
|
||||
late Rx<SlidableController> slidController;
|
||||
@override
|
||||
void onInit() {
|
||||
|
||||
super.onInit();
|
||||
slidController = SlidableController(this).obs;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user