SplashAdLogo.file constructor
const
SplashAdLogo.file(})
使用本地文件路径
Implementation
const SplashAdLogo.file(
String filePath, {
double? height,
double? heightRatio,
String? backgroundColor,
}) : this._(
SplashLogoSource.file,
filePath,
height: height,
heightRatio: heightRatio,
backgroundColor: backgroundColor,
);