svgNetworkImageRender function
Implementation
ImageRender svgNetworkImageRender() => (context, attributes, element) {
return SvgPicture.network(
attributes["src"]!,
width: _width(attributes),
height: _height(attributes),
);
};