size method

AutoLayout size(
  1. double radius
)

Implementation

AutoLayout size(double radius) {
  return this.._radius = radius;
}