SstSplashScreen constructor

const SstSplashScreen({
  1. Key? key,
  2. required bool showAd,
  3. required void onInitAdsCompleted(
    1. BuildContext
    ),
  4. required Widget? customWidget,
})

Implementation

const SstSplashScreen({
  super.key,
  required this.showAd,
  required this.onInitAdsCompleted,
  required this.customWidget,
});