menu
notepod
shared_notes/view_shared_note.dart
ViewSharedNote
ViewSharedNote.new const constructor
ViewSharedNote.new
dark_mode
light_mode
ViewSharedNote
constructor
const
ViewSharedNote
(
{
Key
?
key
,
required
Map
fullNoteData
,
})
Implementation
const ViewSharedNote({ super.key, required this.fullNoteData, });
notepod
view_shared_note
ViewSharedNote
ViewSharedNote.new const constructor
ViewSharedNote class