GromoreSplashView constructor
const
GromoreSplashView({
- Key? key,
- required GromoreSplashConfig creationParams,
- GromoreSplashCallback? callback,
Implementation
const GromoreSplashView(
{Key? key, required this.creationParams, this.callback})
: super(key: key);