CustomAlertImage constructor
const
CustomAlertImage({})
Implementation
const CustomAlertImage({
this.src,
this.color,
this.borderRadius = 0,
this.alignment = Alignment.center,
this.imageSize = const Size(100, 100),
this.imageMargin = const EdgeInsets.only(top: 20),
});