Viewport constructor

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

Implementation

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