Widget banner(Function callBack) { if (admodel == null) { return Container(); } return DynamicAdBanner(admodel: admodel!); }