absoluteAngleWithoutReflection property

double get absoluteAngleWithoutReflection
inherited

The resulting angle after all the ancestors and the components own angles and scales have been applied, but without reflecting the angle if the component is flipped.

Implementation

double get absoluteAngleWithoutReflection => _absoluteAngle(reflect: false);