Design this animation using SliverAppBar flutter
问题 Here's what I want to build but I am able to achieve this by the following code, @override Widget build(BuildContext context) { return Scaffold( body: NestedScrollView( headerSliverBuilder: (BuildContext context, bool innerBoxIsScrolled){ return [ SliverAppBar( expandedHeight: 120, floating: false, pinned: false, flexibleSpace: Container( padding: EdgeInsets.all(10), height: 160, width: double.infinity, child: Column( mainAxisAlignment: MainAxisAlignment.end, crossAxisAlignment: