withInitialBox method
- ChartSelectionBrushBox value
Replaces ChartSelectionBrushConfig.initialBox with value.
Implementation
ChartSelectionBrushConfig withInitialBox(ChartSelectionBrushBox value) =>
copyWith(initialBox: value);
Replaces ChartSelectionBrushConfig.initialBox with value.
ChartSelectionBrushConfig withInitialBox(ChartSelectionBrushBox value) =>
copyWith(initialBox: value);