DialogConfirmAd constructor
const
DialogConfirmAd({
- Key? key,
- required VoidCallback showAd,
- required VoidCallback showNoAd,
Implementation
const DialogConfirmAd(
{Key? key, required this.showAd, required this.showNoAd})
: super(key: key);