CustomListView constructor
- {Key key,
- List<
NotesModel> notesList, - Function openNote,
- Function onDismissed,
- List<
NotificationModel> notificationList}
Implementation
CustomListView(
{Key key,
this.notesList,
this.openNote,
this.onDismissed,
this.notificationList})
: super(key: key);