2022年6月9日星期四

scrollview scroll to a position (offset)


_scrollController.animateTo(100,
duration: Duration(milliseconds: 100),
curve: Curves.easeOut);


milliseconds need to be > 0


or


_scrollController1.jumpTo(100);

沒有留言:

發佈留言