SplashScreen constructor
Implementation
const SplashScreen({this.title = '', this.nextRouteName = '', this.nextRoute, this.loadFunctions = const []})
: assert(nextRouteName != '' || nextRoute == null, _nextRouteEmpty),
assert(!(nextRouteName ?? '' != '' && nextRoute == null), _nextRouteTwice);