AndroidSplashController.custom constructor
AndroidSplashController.custom(
{ - required String backgroundColor,
- required Image customSourceImage,
- required double resizePercentage,
- ErrorHandler? errorHandler,
- String? rootPath,
})
Implementation
@experimental
AndroidSplashController.custom(
{required String backgroundColor,
required Image customSourceImage,
required double resizePercentage,
ErrorHandler? errorHandler,
String? rootPath})
: super.custom(
backgroundColor: backgroundColor,
customSourceImage: customSourceImage,
errorHandler: errorHandler,
rootPath: rootPath,
resizePercentage: resizePercentage);