Skip to content

Instantly share code, notes, and snippets.

@vijayinyoutube
Last active December 1, 2022 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vijayinyoutube/19909d09fb506291418cf12c6f15ba39 to your computer and use it in GitHub Desktop.
Save vijayinyoutube/19909d09fb506291418cf12c6f15ba39 to your computer and use it in GitHub Desktop.
return const Scaffold(
body: CustomScrollView(
slivers: [
SliverAppBarBldr(), // <- corresponds to the top most image
SliverSearch(), // <- corresponds to search bar widget
SliverListBldr(), // <- corresponds to the body lists containers
],
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment