ChartTypography constructor
const
ChartTypography({
- double titleSize = 16,
- double subtitleSize = 13,
- double axisLabelSize = 11,
- double axisTitleSize = 12,
- double legendSize = 12,
- double tooltipSize = 12,
- double dataLabelSize = 10,
- String fontFamily = '',
- FontWeight titleWeight = FontWeight.w600,
- FontWeight labelWeight = FontWeight.w400,
Implementation
const ChartTypography({
this.titleSize = 16,
this.subtitleSize = 13,
this.axisLabelSize = 11,
this.axisTitleSize = 12,
this.legendSize = 12,
this.tooltipSize = 12,
this.dataLabelSize = 10,
this.fontFamily = '',
this.titleWeight = FontWeight.w600,
this.labelWeight = FontWeight.w400,
});