SunilDialog constructor

SunilDialog({
  1. required BuildContext context,
  2. VoidCallback? onPositivePressed,
  3. VoidCallback? onNegativePressed,
  4. Icon? icon,
  5. String? title,
  6. String? description,
  7. String? positiveButtonName,
  8. String? negativeButtonName,
  9. Color? titleColor,
  10. Color? descriptionColor,
})

Implementation

SunilDialog({required this.context, this.onPositivePressed, this.onNegativePressed, this.icon,this.title,this.description,this.positiveButtonName,this.negativeButtonName,this.titleColor,this.descriptionColor});