withPlotEdgeAware method

BarLabelStyle withPlotEdgeAware(
  1. bool value
)

Replaces BarLabelStyle.plotEdgeAware with value.

Implementation

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