scrollController property

  1. @Deprecated('advice set ScrollController to child,use it directly will cause bug when call jumpTo() and animateTo()')
ScrollController? scrollController
getter/setter pair

deprecated member,not suggest to use it,it contain share position bug

Implementation

@Deprecated(
    'advice set ScrollController to child,use it directly will cause bug when call jumpTo() and animateTo()')
ScrollController? scrollController;