Creating a sliver bar as a separate widget and maintaining scroll position in Flutter when re-rendered by parent

前端 未结 0 2020
花落未央
花落未央 2021-02-15 08:41

I have a widget called TopBar. On initialization, this widget starts listening to the scroll.

  @override
  void initState() {
    super.initState();
    _scrollC         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题