HighchartsFunnelSeriesDataLabelsOptions constructor
      
      HighchartsFunnelSeriesDataLabelsOptions({ 
    
- String? alignTo,
- HighchartsSeriesDataLabelsAnimationOptions? animation,
- String? backgroundColor,
- String? borderColor,
- double? borderRadius,
- double? borderWidth,
- String? className,
- String? color,
- String? connectorColor,
- double? connectorPadding,
- String? connectorShape,
- double? connectorWidth,
- String? crookDistance,
- bool? crop,
- bool? defer,
- dynamic distance,
- bool? enabled,
- HighchartsSeriesDataLabelsFilterOptions? filter,
- String? format,
- HighchartsCallback? formatter,
- String? nullFormat,
- HighchartsCallback? nullFormatter,
- String? overflow,
- double? padding,
- String? position,
- double? rotation,
- Map<String, dynamic> ? shadow,
- String? shape,
- bool? softConnector,
- Map<String, String> ? style,
- HighchartsSeriesDataLabelsTextPathOptions? textPath,
- bool? useHTML,
- String? verticalAlign,
- double? x,
- double? y,
- double? zIndex,
Highcharts Options Widget.
Implementation
HighchartsFunnelSeriesDataLabelsOptions(
    {this.alignTo,
    this.animation,
    this.backgroundColor,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.className,
    this.color,
    this.connectorColor,
    this.connectorPadding,
    this.connectorShape,
    this.connectorWidth,
    this.crookDistance,
    this.crop,
    this.defer,
    this.distance,
    this.enabled,
    this.filter,
    this.format,
    this.formatter,
    this.nullFormat,
    this.nullFormatter,
    this.overflow,
    this.padding,
    this.position,
    this.rotation,
    this.shadow,
    this.shape,
    this.softConnector,
    this.style,
    this.textPath,
    this.useHTML,
    this.verticalAlign,
    this.x,
    this.y,
    this.zIndex});