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