MFDeleteAlert constructor

MFDeleteAlert({
  1. String? title,
  2. String? message,
  3. String? confirm,
  4. String? cancel,
})

Implementation

MFDeleteAlert({this.title, this.message, this.confirm, this.cancel});