copyWith abstract method

SegmentStyle copyWith({
  1. Color? enabledColor,
  2. Color? disabledColor,
})

Implementation

SegmentStyle copyWith({Color? enabledColor, Color? disabledColor});