AndroidSplashController constructor

AndroidSplashController({
  1. required String backgroundColor,
  2. required Image customSourceImage,
  3. double? resizePercentage,
})

Implementation

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