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