SfChartThemeData constructor

const SfChartThemeData({
  1. Color? axisLabelColor,
  2. Color? axisLineColor,
  3. Color? axisTitleColor,
  4. Color? backgroundColor,
  5. Color? titleTextColor,
  6. Color? crosshairBackgroundColor,
  7. Color? crosshairLabelColor,
  8. Color? crosshairLineColor,
  9. Color? legendBackgroundColor,
  10. Color? legendTextColor,
  11. Color? legendTitleColor,
  12. Color? majorGridLineColor,
  13. Color? majorTickLineColor,
  14. Color? minorGridLineColor,
  15. Color? minorTickLineColor,
  16. Color? plotAreaBackgroundColor,
  17. Color? plotAreaBorderColor,
  18. Color? selectionRectColor,
  19. Color? selectionRectBorderColor,
  20. Color? selectionTooltipConnectorLineColor,
  21. Color? titleBackgroundColor,
  22. Color? tooltipColor,
  23. Color? tooltipSeparatorColor,
  24. Color? tooltipLabelColor,
  25. Color? waterfallConnectorLineColor,
  26. TextStyle? titleTextStyle,
  27. TextStyle? axisTitleTextStyle,
  28. TextStyle? axisLabelTextStyle,
  29. TextStyle? axisMultiLevelLabelTextStyle,
  30. TextStyle? plotBandLabelTextStyle,
  31. TextStyle? legendTitleTextStyle,
  32. TextStyle? legendTextStyle,
  33. TextStyle? dataLabelTextStyle,
  34. TextStyle? tooltipTextStyle,
  35. TextStyle? trackballTextStyle,
  36. TextStyle? crosshairTextStyle,
  37. TextStyle? selectionZoomingTooltipTextStyle,
})

Creating an argument constructor of SfChartThemeData class.

Implementation

const SfChartThemeData({
  this.axisLabelColor,
  this.axisLineColor,
  this.axisTitleColor,
  this.backgroundColor,
  this.titleTextColor,
  this.crosshairBackgroundColor,
  this.crosshairLabelColor,
  this.crosshairLineColor,
  this.legendBackgroundColor,
  this.legendTextColor,
  this.legendTitleColor,
  this.majorGridLineColor,
  this.majorTickLineColor,
  this.minorGridLineColor,
  this.minorTickLineColor,
  this.plotAreaBackgroundColor,
  this.plotAreaBorderColor,
  this.selectionRectColor,
  this.selectionRectBorderColor,
  this.selectionTooltipConnectorLineColor,
  this.titleBackgroundColor,
  this.tooltipColor,
  this.tooltipSeparatorColor,
  this.tooltipLabelColor,
  this.waterfallConnectorLineColor,
  this.titleTextStyle,
  this.axisTitleTextStyle,
  this.axisLabelTextStyle,
  this.axisMultiLevelLabelTextStyle,
  this.plotBandLabelTextStyle,
  this.legendTitleTextStyle,
  this.legendTextStyle,
  this.dataLabelTextStyle,
  this.tooltipTextStyle,
  this.trackballTextStyle,
  this.crosshairTextStyle,
  this.selectionZoomingTooltipTextStyle,
});