BlurViewBannerWidget constructor

const BlurViewBannerWidget({
  1. required String viewId,
  2. Key? key,
  3. required BlurBannerViewWidgetCreatedCallback onBlurBannerViewWidgetCreated,
})

Implementation

const BlurViewBannerWidget({
  required this.viewId,
  Key? key,
  required this.onBlurBannerViewWidgetCreated,
}) : super(key: key);