assembly method
Implementation
String assembly(
{required String url,
required double width,
double height = 0,
ImageCut cut = ImageCut.center,
double radius = 0,
ZoomType zoomType = ZoomType.geometric}) {
return _assembly(url: url, width: width, height: height, cut: cut, radius: radius, zoomType: zoomType);
}