ViewportOffset.fixed constructor

ViewportOffset.fixed(
  1. double value
)

Creates a viewport offset with the given pixels value.

The pixels value does not change unless the viewport issues a correction.

Implementation

factory ViewportOffset.fixed(double value) = _FixedViewportOffset;