This commit is contained in:
Tito Arrigo
2023-09-28 13:04:42 +02:00
parent e061871c4f
commit c2824c99a4
13 changed files with 262 additions and 20 deletions

View File

@@ -5,6 +5,7 @@ import 'pages/testUI.dart';
import 'pages/TodayView.dart';
import 'pages/InboxView.dart';
import 'pages/NotesView.dart';
import 'pages/test.dart';
class Navigation extends StatefulWidget {
const Navigation({super.key});
@@ -41,6 +42,7 @@ class _NavigationState extends State<Navigation> {
],
currentIndex: _selectedIndex,
onTap: _onItemTapped,
type: BottomNavigationBarType.fixed,
),
);
}