AndroidSplashController constructor
AndroidSplashController({})
Implementation
AndroidSplashController({required String backgroundColor, required Image customSourceImage, double? resizePercentage})
: super(backgroundColor: backgroundColor, customSourceImage: customSourceImage, resizePercentage: resizePercentage);