resolve method
This style with every remaining default filled in.
Implementation
ImageStyle resolve(ColorScheme scheme) {
return ImageStyle(
borderRadius: borderRadius,
padding: padding,
fit: fit,
maxWidth: maxWidth,
maxHeight: maxHeight,
);
}