buildSlivers abstract method

  1. @protected
List<Widget> buildSlivers(
  1. BuildContext context
)

Build the list of widgets to place inside the viewport.

Subclasses should override this method to build the slivers for the inside of the viewport.

To learn more about slivers, see CustomScrollView.slivers.

Implementation

@protected
List<Widget> buildSlivers(BuildContext context);