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