HighchartsMapViewInsetOptions constructor

HighchartsMapViewInsetOptions({
  1. String? borderColor,
  2. double? borderWidth,
  3. List? padding,
  4. String? relativeTo,
  5. String? units,
})

Generic options for the placement and appearance of map insets like non-contiguous territories.

API Docs: https://api.highcharts.com/highmaps/mapView.insetOptions

Implementation

HighchartsMapViewInsetOptions(
    {this.borderColor,
    this.borderWidth,
    this.padding,
    this.relativeTo,
    this.units});