GromoreSplashView constructor

const GromoreSplashView({
  1. Key? key,
  2. required GromoreSplashConfig creationParams,
  3. GromoreSplashCallback? callback,
})

Implementation

const GromoreSplashView(
    {Key? key, required this.creationParams, this.callback})
    : super(key: key);