SuccessDialog constructor
const
SuccessDialog(- {Key? key,
- String title = '¡Felicidades!',
- String description = 'Se agrego tu cuenta bancaria correctamente',
- String? additionalInfo,
- String imagePath = 'assets/icons/dialogs/check.png',
- VoidCallback? onPressed}
)
Implementation
const SuccessDialog({
Key? key,
this.title = '¡Felicidades!',
this.description = 'Se agrego tu cuenta bancaria correctamente',
this.additionalInfo,
this.imagePath = 'assets/icons/dialogs/check.png',
this.onPressed,
}) : super(key: key);