boxPlotMode property

BoxPlotMode boxPlotMode

Implementation

BoxPlotMode get boxPlotMode => _boxPlotMode;
void boxPlotMode=(BoxPlotMode value)

Implementation

set boxPlotMode(BoxPlotMode value) {
  if (_boxPlotMode != value) {
    _boxPlotMode = value;
  }
}