Viewport constructor

Viewport({
  1. Northeast? northeast,
  2. Southwest? southwest,
})

Implementation

Viewport({
  this.northeast,
  this.southwest,
});