問題タブ [flutter-animation]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
1853 問題
0
投票する
0
に答える
983
参照
flutter - FlutterでPageViewページの上にHeroウィジェットを保持しますか?
ページをスクロールしてもヒーローがまったく動かないように、PageView のページの上にヒーロー ウィジェットを表示したいと考えています。
これは私のページのビルダーです:
これは私のPageViewです:
現在、ページをスクロールすると、ヒーロー ウィジェットは通常のウィジェットのように動作し、ページと共にスクロールされます。常に表示するにはどうすればよいですか?
前もって感謝します