CustomDismissible constructor
- {Key key,
- int index,
- NotesModel nm,
- Function openNote,
- Function onDismissed,
- NotificationModel notificationModel}
Implementation
CustomDismissible(
{Key key,
this.index,
this.nm,
this.openNote,
this.onDismissed,
this.notificationModel})
: super(key: key);