angle property

num Function(T, [List<Object?>?]) get angle

Implementation

num Function(T, [List<Object?>?]) get angle => _x;
set angle (num angle(T, [List<Object?>?]))

Equivalent to Link.x, except the accessor returns the angle in radians, with 0 at -y (12 o’clock).

Implementation

set angle(num Function(T, [List<Object?>?]) angle) => _x = angle;