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