create note

This commit is contained in:
Giulia
2023-09-28 13:56:54 +02:00
parent abc0926f49
commit 4121239e36
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ class _CreateNewNoteState extends State<CreateNewNote> {
super.dispose(); super.dispose();
} }
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return Scaffold( return Scaffold(

View File

@@ -10,6 +10,7 @@ class NotesView extends StatefulWidget {
State<NotesView> createState() => _NotesViewState(); State<NotesView> createState() => _NotesViewState();
} }
class _NotesViewState extends State<NotesView> { class _NotesViewState extends State<NotesView> {
@override @override