HCSeriesStatesSelectOptionsObject constructor

const HCSeriesStatesSelectOptionsObject({
  1. dynamic animation,
  2. dynamic borderColor,
  3. num? borderWidth,
  4. dynamic color,
  5. bool? enabled,
  6. HCSeriesStatesHoverHaloOptionsObject? halo,
  7. num? lineWidth,
  8. num? lineWidthPlus,
  9. HCPointMarkerOptionsObject? marker,
})

Implementation

const HCSeriesStatesSelectOptionsObject({
  this.animation,
  this.borderColor,
  this.borderWidth,
  this.color,
  this.enabled,
  this.halo,
  this.lineWidth,
  this.lineWidthPlus,
  this.marker,
});