AdsenseAdsView constructor Null safety

const AdsenseAdsView(
  1. {Key? key,
  2. double height = 100,
  3. bool isBox = false}
)

Implementation

const AdsenseAdsView({
  Key? key,
  this.height = 100,
  this.isBox = false,
}) : super(key: key);