CustomDialog constructor
const
CustomDialog({})
Implementation
const CustomDialog({
super.key,
this.onButtonPressed,
this.title = 'Congratulations!',
this.infoText = 'You have completed this!',
this.buttonText = 'OK',
this.child = const Image(
image: AssetImage('assets/congratulations.png'),
width: 200,
height: 200,
),
});