Skip to content

Instantly share code, notes, and snippets.

@kitoko552
Last active February 5, 2020 07:03
Show Gist options
  • Save kitoko552/75b9426bcb7ca642a37ba0742b79108f to your computer and use it in GitHub Desktop.
Save kitoko552/75b9426bcb7ca642a37ba0742b79108f to your computer and use it in GitHub Desktop.
CustomScrollView(
slivers: <Widget>[
...headerSliverBuilder(context, bodyIsScrolled),
SliverFillRemaining(child: body),
],
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment