HCSeriesStatesSelectOptionsObject constructor
const
HCSeriesStatesSelectOptionsObject({
- dynamic animation,
- dynamic borderColor,
- num? borderWidth,
- dynamic color,
- bool? enabled,
- HCSeriesStatesHoverHaloOptionsObject? halo,
- num? lineWidth,
- num? lineWidthPlus,
- HCPointMarkerOptionsObject? marker,
Implementation
const HCSeriesStatesSelectOptionsObject({
this.animation,
this.borderColor,
this.borderWidth,
this.color,
this.enabled,
this.halo,
this.lineWidth,
this.lineWidthPlus,
this.marker,
});