AddNoteScreen constructor
- {Key key,
- bool isNew,
- NotesModel oldNm,
- bool mode,
- NotificationModel notificationModel}
Implementation
AddNoteScreen(
{Key key, this.isNew, this.oldNm, this.mode, this.notificationModel})
: super(key: key);
AddNoteScreen(
{Key key, this.isNew, this.oldNm, this.mode, this.notificationModel})
: super(key: key);