This commit is contained in:
Giulia
2023-09-29 15:16:30 +02:00
parent 2b18144691
commit 07604bddaa
3 changed files with 2 additions and 1 deletions

View File

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

View File

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

View File

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