FlutterSplashController constructor

FlutterSplashController({
  1. required Image customSourceImage,
  2. double? resizePercentage,
})

Implementation

FlutterSplashController({
  required Image customSourceImage,
  double? resizePercentage,
}) : super(backgroundColor: '', customSourceImage: customSourceImage, resizePercentage: resizePercentage);