ViewSharedNoteScreen constructor

const ViewSharedNoteScreen({
  1. Key? key,
  2. required Map sharedNoteData,
})

Implementation

const ViewSharedNoteScreen({
  super.key,
  required this.sharedNoteData,
});