withColor method
- Color value
Replaces BarPatternStyle.color with value.
Implementation
BarPatternStyle withColor(Color value) => copyWith(color: value);
Replaces BarPatternStyle.color with value.
BarPatternStyle withColor(Color value) => copyWith(color: value);