buildSlivers method

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

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.

Implementation

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