buildSlivers method
- @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);