num Function(T, [List<Object?>?]) get radius => _y;
Equivalent to Link.y, except the accessor returns the radius: the distance from the origin.
set radius(num Function(T, [List<Object?>?]) radius) => _y = radius;