NativeBannerWidget constructor

NativeBannerWidget({
  1. Key? key,
  2. required String id,
})

Implementation

NativeBannerWidget({Key? key, required this.id}) : super(key: key);