HighchartsDrilldownBreadcrumbsOptions constructor

HighchartsDrilldownBreadcrumbsOptions({
  1. double? buttonSpacing,
  2. HighchartsNavigationBreadcrumbsButtonThemeOptions? buttonTheme,
  3. HighchartsNavigationBreadcrumbsEventsOptions? events,
  4. bool? floating,
  5. String? format,
  6. HighchartsCallback? formatter,
  7. HighchartsNavigationBreadcrumbsPositionOptions? position,
  8. String? relativeTo,
  9. bool? rtl,
  10. HighchartsNavigationBreadcrumbsSeparatorOptions? separator,
  11. bool? showFullPath,
  12. dynamic style,
  13. bool? useHTML,
  14. double? zIndex,
})

Options for the breadcrumbs, the navigation at the top leading the way up through the drilldown levels.

API Docs: https://api.highcharts.com/highcharts/drilldown.breadcrumbs

Implementation

HighchartsDrilldownBreadcrumbsOptions(
    {this.buttonSpacing,
    this.buttonTheme,
    this.events,
    this.floating,
    this.format,
    this.formatter,
    this.position,
    this.relativeTo,
    this.rtl,
    this.separator,
    this.showFullPath,
    this.style,
    this.useHTML,
    this.zIndex});