isAxisAligned property

bool isAxisAligned

Whether the transform keeps horizontal (vertical) lines as horizontal (vertical).

Implementation

bool get isAxisAligned => _angle == 0;