Skip to content

Instantly share code, notes, and snippets.

@kitoko552
Created February 5, 2020 07:06
Show Gist options
  • Save kitoko552/5a5dba35b4ac82cbdd3845f68621ef31 to your computer and use it in GitHub Desktop.
Save kitoko552/5a5dba35b4ac82cbdd3845f68621ef31 to your computer and use it in GitHub Desktop.
final controller = IndexedScrollController();
IndexedListView.builder(
controller: controller,
itemBuilder: (context, index) {
return child;
},
);
// スクロール処理
controller.jumpToIndex(index);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment