static AdSize custom({required int width, required int height}) { return AdSize(width: width, height: height); }