viewportBuilder property
final
Builds the viewport through which the scrollable content is displayed.
A TwoDimensionalViewport uses two given ViewportOffsets to determine which part of its content is actually visible through the viewport.
See also:
- TwoDimensionalViewport, which is a viewport that displays a span of widgets in both dimensions.
Implementation
final TwoDimensionalViewportBuilder viewportBuilder;