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