fixed navigation and added create new note page

This commit is contained in:
Giulia
2023-09-28 10:40:01 +02:00
parent bf7981671d
commit 65ed67b8f6
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>[