withColor method

BarPatternStyle withColor(
  1. Color value
)

Replaces BarPatternStyle.color with value.

Implementation

BarPatternStyle withColor(Color value) => copyWith(color: value);