isConformal property
bool
get
isConformal
Whether the transform preserves angles. A conformal transformation may consist of a translation, rotation, and uniform scaling. A reflection is not considered conformal.
Implementation
bool get isConformal => _scale.x == _scale.y;