withPlotEdgeAware method
- bool value
Replaces DataPointLabelConfig.plotEdgeAware with value.
Implementation
DataPointLabelConfig withPlotEdgeAware(bool value) =>
copyWith(plotEdgeAware: value);
Replaces DataPointLabelConfig.plotEdgeAware with value.
DataPointLabelConfig withPlotEdgeAware(bool value) =>
copyWith(plotEdgeAware: value);