isAxisAligned property
      
      bool
      get
      isAxisAligned
      
    
    
Whether the transform keeps horizontal (vertical) lines as horizontal (vertical).
Implementation
bool get isAxisAligned => _angle == 0;Whether the transform keeps horizontal (vertical) lines as horizontal (vertical).
bool get isAxisAligned => _angle == 0;