Sets padding on the map.
Future<void> setMapPadding(int start, int top, int end, int bottom) { return MapcontrolPlatform.instance.setMapPadding(start, top, end, bottom); }