SplashAdLogo.bundle constructor
const
SplashAdLogo.bundle(})
使用 iOS Bundle 资源路径
Implementation
const SplashAdLogo.bundle(
String bundlePath, {
double? height,
double? heightRatio,
String? backgroundColor,
}) : this._(
SplashLogoSource.bundle,
bundlePath,
height: height,
heightRatio: heightRatio,
backgroundColor: backgroundColor,
);