SebSplashAd constructor
const
SebSplashAd({
- Key? key,
- required VoidCallback onFinished,
- String? appId,
- int durationSeconds = 5,
- SplashBuilder? builder,
- bool showSkip = true,
- 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),
});