withHorizontalColor method

GridConfig withHorizontalColor(
  1. Color value
)

Replaces GridConfig.horizontalColor with value.

Implementation

GridConfig withHorizontalColor(Color value) =>
    copyWith(horizontalColor: value);