withSecondaryContent method
- PieDataLabelContent value
Replaces PieDataLabelConfig.secondaryContent with value.
Implementation
PieDataLabelConfig withSecondaryContent(PieDataLabelContent value) =>
copyWith(secondaryContent: value);
Replaces PieDataLabelConfig.secondaryContent with value.
PieDataLabelConfig withSecondaryContent(PieDataLabelContent value) =>
copyWith(secondaryContent: value);