AdmobWidget constructor Null safety
Implementation
const AdmobWidget({
Key? key,
/// the height for a banner
this.height = 100,
/// the width for the banner
this.width = 0,
/// the isBox
this.isBox = false,
}) : super(key: key);
const AdmobWidget({
Key? key,
/// the height for a banner
this.height = 100,
/// the width for the banner
this.width = 0,
/// the isBox
this.isBox = false,
}) : super(key: key);