ShareNote constructor
Implementation
const ShareNote({
super.key,
required this.noteData,
required this.noteFilePath,
this.notesMap = const {},
required this.backPage,
});
const ShareNote({
super.key,
required this.noteData,
required this.noteFilePath,
this.notesMap = const {},
required this.backPage,
});