feat : header action
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:get/get.dart';
|
||||
import 'package:supervision/presentation/actions/view.dart';
|
||||
import 'package:supervision/presentation/action/view.dart';
|
||||
import 'package:supervision/presentation/filter/view.dart';
|
||||
|
||||
class RootLogic extends GetxController {
|
||||
RxInt currentIndex = 0.obs;
|
||||
List<Widget> pages = [
|
||||
SupervisionFilterPage(),
|
||||
ActionsPage(),
|
||||
ActionPage(),
|
||||
Placeholder(color: Colors.amber),
|
||||
];
|
||||
|
||||
@override
|
||||
void onReady() {
|
||||
// TODO: implement onReady
|
||||
|
||||
super.onReady();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user