Map createLoadBannerAdSize(double width, double height, {double x = 0, double y = 0}) { return { 'x': x, 'y': y, 'width': width, 'height': height, }; }