A flutter list that allows scrolling to a specific item in the list. Also allows determining what items are currently… ItemScrollControllerListViewでは ScrollController を使用しますが、このWidgetでは代わりにItemScrollControllerを使用します。 ItemScrollControllerのscrollToで、Listのindexを指定して、指定アニメーションでスクロールします。jumpToでは、アニメーションせずに瞬時にそのIndexの位置に移動します。 ItemPositionsListenerViewPort内に表示されているList Itemの情報を得るコールバック関数を指定できます。その情報が変化す