withRows method

ChartSelectionBrushGridStyle withRows(
  1. int value
)

Replaces ChartSelectionBrushGridStyle.rows with value.

Implementation

ChartSelectionBrushGridStyle withRows(int value) => copyWith(rows: value);