NoteDisplayMetadata constructor

const NoteDisplayMetadata({
  1. Key? key,
  2. Map fullNoteData = const {},
  3. Map noteContent = const {},
  4. Map noteInfo = const {},
  5. bool showDates = false,
  6. bool showSharing = false,
  7. bool showPathInfo = false,
})

Implementation

const NoteDisplayMetadata({
  super.key,
  this.fullNoteData = const {},
  this.noteContent = const {},
  this.noteInfo = const {},
  this.showDates = false,
  this.showSharing = false,
  this.showPathInfo = false,
});