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