withVertical method

GridConfig withVertical(
  1. bool value
)

Replaces GridConfig.vertical with value.

Implementation

GridConfig withVertical(bool value) => copyWith(vertical: value);