resolve method
Implementation
@override
ImageTestSpec resolve(MixData mix) {
return ImageTestSpec(
alignment: alignment,
animated: animated?.resolve(mix),
centerSlice: centerSlice,
color: color?.resolve(mix),
colorBlendMode: colorBlendMode,
filterQuality: filterQuality,
fit: fit,
height: height,
repeat: repeat,
width: width,
);
}