SplashView constructor
const
SplashView({})
Implementation
const SplashView({
Key? key,
required this.child,
required this.jsonUrl,
required this.servers,
this.onInitComplete,
this.initAdNetworks = true,
}) : super(key: key);