HighchartsBulletSeriesTargetOptions constructor

HighchartsBulletSeriesTargetOptions({
  1. String? borderColor,
  2. double? borderRadius,
  3. double? borderWidth,
  4. String? color,
  5. double? height,
  6. dynamic width,
})

All options related with look and positioning of targets.

API Docs: https://api.highcharts.com/highcharts/series.bullet.targetOptions

Implementation

HighchartsBulletSeriesTargetOptions(
    {this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.color,
    this.height,
    this.width});