boxPlotMode property

BoxPlotMode get boxPlotMode

Implementation

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

Implementation

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