DialogConfirmAd constructor

const DialogConfirmAd({
  1. Key? key,
  2. required VoidCallback showAd,
  3. required VoidCallback showNoAd,
})

Implementation

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