zhongcg
zhongcg
setYOffset
@override Widget build(BuildContext context) { return NotificationListener( onNotification: (notification) { if (notification is ScrollEndNotification) { isTouch = false; setState(() {}); } if (notification is ScrollStartNotification) { isTouch = true; }...
can not change isInView Index . isInView index still 0
> 换新接口就解决,不过需要改动一下代码 同求新接口是哪个