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