GromoreBannerConfig constructor

GromoreBannerConfig({
  1. required String adUnitId,
  2. int? count,
  3. int? width,
  4. int? height,
  5. bool? useSurfaceView = true,
})

Implementation

GromoreBannerConfig(
    {required this.adUnitId,
    this.count,
    this.width,
    this.height,
    this.useSurfaceView = true});