AddNoteScreenState constructor

AddNoteScreenState(
  1. AddNoteScreen widget,
  2. bool mode,
  3. NotesModel nm,
  4. bool isNew,
  5. NotificationModel notificationModel
)

Implementation

AddNoteScreenState(
    this.widget, this.mode, this.nm, this.isNew, this.notificationModel);