FlutterAdManagerWeb constructor

const FlutterAdManagerWeb({
  1. Key? key,
  2. required String adUnitCode,
  3. double? height,
  4. double? width,
  5. bool intercepting = true,
  6. bool debug = false,
})

Implementation

const FlutterAdManagerWeb({Key? key, required this.adUnitCode, this.height, this.width,this.intercepting=true,this.debug=false})
    : super(key: key);