Viewport.fixed constructor

const Viewport.fixed(
  1. Rect rect
)

Implementation

const Viewport.fixed(Rect rect)
    : this._(ViewportType.fixed, fixedRect: rect);