AdView constructor

const AdView({
  1. Key? key,
  2. @required String? adSlot,
  3. @required BoxFit? boxFit,
})

Implementation

const AdView({ Key? key, @required this.adSlot, @required this.boxFit}) : super(key: key);