ConsentWidget1 constructor

const ConsentWidget1({
  1. Key? key,
  2. required double width,
  3. required double height,
  4. required String adUnitId,
  5. required dynamic callback(
    1. bool,
    2. bool
    ),
})

Implementation

const ConsentWidget1({super.key, required this.width, required this.height, required this.adUnitId, required this.callback});