問題タブ [customscrollview]
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.
flutter - Flutter CustomScrollView 内で表示/スクロールされている現在のスライバーを取得します
Flutter 内で表示/スクロールされている現在のスライバー アイテムを取得するにはどうすればよいCustomScrollView
ですか?
私の内部CustomScrollView
には複数SliverGrid
のSliverToBoxAdapter
ウィジェットがあります。現在表示されている (スクロールされている) SliverGrid を知りたいです。
現在表示されている 内のスクロール位置も知りたいSliverGrid
です。