BaseSplashController<T extends IconTemplateModel>.custom constructor
BaseSplashController<T extends IconTemplateModel>.custom ({})
Implementation
BaseSplashController.custom(
{required this.backgroundColor, required this.customSourceImage, required this.resizePercentage, errorHandler, rootPath})
: assert(resizePercentage <= 2),
super.custom(errorHandler: errorHandler, rootPath: rootPath);