AdView constructor

const AdView({
  1. Key? key,
  2. required String? containerId,
})

Implementation

const AdView({super.key, required this.containerId}) : builder = null;