BaseSplashController<T extends IconTemplateModel> constructor
BaseSplashController<T extends IconTemplateModel> ({})
Implementation
BaseSplashController({this.backgroundColor, required this.customSourceImage, double? resizePercentage})
: assert(resizePercentage == null || resizePercentage <= 2),
resizePercentage = resizePercentage ?? 1;