fixed navigation and added create new note page

This commit is contained in:
Giulia
2023-09-28 10:40:01 +02:00
committed by Joe Küng
parent 92f3dcf84d
commit 335fec8793
2 changed files with 19 additions and 3 deletions

View File

@@ -29,9 +29,6 @@ class _NavigationState extends State<Navigation> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text("BottomNavBar"),
),
body: Center(child: _widgetOptions.elementAt(_selectedIndex)),
bottomNavigationBar: BottomNavigationBar(
items: const <BottomNavigationBarItem>[