How to overlap SliverList on a SliverAppBar
问题 I'm trying to overlap a SliverList a few pixels over the SliverAppBar . Similar to this post. I'd like the image in the FlexibleSpaceBar to go under the radius of my SliverList . I'm attempting to achieve the below. I can only get the radius like so. Without the ability to overlap the SliverList onto he SliverAppBar . @override Widget build(BuildContext context) { return Scaffold( body: CustomScrollView( slivers: <Widget>[ SliverAppBar( floating: false, expandedHeight: MediaQuery.of(context)