padding property
The padding of the insets. Can be either a number of pixels, a percentage string, or an array of either. If an array is given, it sets the top, right, bottom, left paddings respectively.
API Docs: https://api.highcharts.com/highcharts/mapView.insetOptions.padding
Implementation
List<dynamic>? padding;