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