SebSplashAd constructor

const SebSplashAd({
  1. Key? key,
  2. required VoidCallback onFinished,
  3. String? appId,
  4. int durationSeconds = 5,
  5. SplashBuilder? builder,
  6. bool showSkip = true,
  7. EdgeInsets skipPadding = const EdgeInsets.only(top: 48, right: 16),
})

Implementation

const SebSplashAd({
  super.key,
  required this.onFinished,
  this.appId,
  this.durationSeconds = 5,
  this.builder,
  this.showSkip = true,
  this.skipPadding = const EdgeInsets.only(top: 48, right: 16),
});