AddNoteScreen constructor

AddNoteScreen(
  1. {Key key,
  2. bool isNew,
  3. NotesModel oldNm,
  4. bool mode,
  5. NotificationModel notificationModel}
)

Implementation

AddNoteScreen(
    {Key key, this.isNew, this.oldNm, this.mode, this.notificationModel})
    : super(key: key);