SfChartThemeData constructor
const
SfChartThemeData({
- Color? axisLabelColor,
- Color? axisLineColor,
- Color? axisTitleColor,
- Color? backgroundColor,
- Color? titleTextColor,
- Color? crosshairBackgroundColor,
- Color? crosshairLabelColor,
- Color? crosshairLineColor,
- Color? legendBackgroundColor,
- Color? legendTextColor,
- Color? legendTitleColor,
- Color? majorGridLineColor,
- Color? majorTickLineColor,
- Color? minorGridLineColor,
- Color? minorTickLineColor,
- Color? plotAreaBackgroundColor,
- Color? plotAreaBorderColor,
- Color? selectionRectColor,
- Color? selectionRectBorderColor,
- Color? selectionTooltipConnectorLineColor,
- Color? titleBackgroundColor,
- Color? tooltipColor,
- Color? tooltipSeparatorColor,
- Color? tooltipLabelColor,
- Color? waterfallConnectorLineColor,
- TextStyle? titleTextStyle,
- TextStyle? axisTitleTextStyle,
- TextStyle? axisLabelTextStyle,
- TextStyle? axisMultiLevelLabelTextStyle,
- TextStyle? plotBandLabelTextStyle,
- TextStyle? legendTitleTextStyle,
- TextStyle? legendTextStyle,
- TextStyle? dataLabelTextStyle,
- TextStyle? tooltipTextStyle,
- TextStyle? trackballTextStyle,
- TextStyle? crosshairTextStyle,
- 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,
});