withVerticalColor method

GridConfig withVerticalColor(
  1. Color value
)

Replaces GridConfig.verticalColor with value.

Implementation

GridConfig withVerticalColor(Color value) => copyWith(verticalColor: value);