menu
notepod
notes/edit_note.dart
EditNote
EditNote.new const constructor
EditNote.new
dark_mode
light_mode
EditNote
constructor
const
EditNote
(
{
Key
?
key
,
required
Map
noteData
,
})
Implementation
const EditNote({super.key, required this.noteData});
notepod
edit_note
EditNote
EditNote.new const constructor
EditNote class