circle method
内切圆
Implementation
OssImageArguments circle(int? radius) {
if (radius != null) {
_buffer..write("/circle,r_$radius");
}
return this;
}
内切圆
OssImageArguments circle(int? radius) {
if (radius != null) {
_buffer..write("/circle,r_$radius");
}
return this;
}