CustomDismissible constructor

CustomDismissible(
  1. {Key key,
  2. int index,
  3. NotesModel nm,
  4. Function openNote,
  5. Function onDismissed,
  6. NotificationModel notificationModel}
)

Implementation

CustomDismissible(
    {Key key,
    this.index,
    this.nm,
    this.openNote,
    this.onDismissed,
    this.notificationModel})
    : super(key: key);