withChild method
Implementation
ColorMixer withChild(ColorMixer mixer) {
return ColorMixer(
curve: curve,
baseColor: baseColor,
previousMixer: mixer,
blender: blender,
);
}
ColorMixer withChild(ColorMixer mixer) {
return ColorMixer(
curve: curve,
baseColor: baseColor,
previousMixer: mixer,
blender: blender,
);
}