buildSlivers method
- @override
override
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
@override
List<Widget> buildSlivers(BuildContext context) => slivers;