bottomRight property
      
      Vec2
      get
      bottomRight
      
    
    
Bottom-right corner of the rectangle
Implementation
Vec2 get bottomRight => Vec2(right, bottom);Bottom-right corner of the rectangle
Vec2 get bottomRight => Vec2(right, bottom);