ViewportOffset.fixed constructor
- 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;