HighchartsMapViewInsetsOptions constructor

HighchartsMapViewInsetsOptions({
  1. dynamic borderPath,
  2. dynamic field,
  3. dynamic geoBounds,
  4. String? id,
  5. HighchartsMapViewInsetsProjectionOptions? projection,
  6. String? borderColor,
  7. double? borderWidth,
  8. List? padding,
  9. String? relativeTo,
  10. String? units,
})

The individual MapView insets, typically used for non-contiguous areas of a country. Each item inherits from the generic insetOptions.

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

Implementation

HighchartsMapViewInsetsOptions(
    {this.borderPath,
    this.field,
    this.geoBounds,
    this.id,
    this.projection,
    this.borderColor,
    this.borderWidth,
    this.padding,
    this.relativeTo,
    this.units});