withVertical method
- bool value
Replaces GridConfig.vertical with value.
Implementation
GridConfig withVertical(bool value) => copyWith(vertical: value);
Replaces GridConfig.vertical with value.
GridConfig withVertical(bool value) => copyWith(vertical: value);