withPlotEdgeAware method

DataPointLabelConfig withPlotEdgeAware(
  1. bool value
)

Replaces DataPointLabelConfig.plotEdgeAware with value.

Implementation

DataPointLabelConfig withPlotEdgeAware(bool value) =>
    copyWith(plotEdgeAware: value);