layoutProtocol property

PagedLayoutProtocol layoutProtocol
final

The layout protocol of the widget you're using this to build.

For example, if PagedLayoutProtocol.sliver is specified, then loadingListingBuilder, errorListingBuilder, and completedListingBuilder have to return a Sliver widget.

Implementation

final PagedLayoutProtocol layoutProtocol;