buildSlivers method Null safety

  1. @protected
List<Widget> buildSlivers(
  1. BuildContext context
)
protected">@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);