toRebuildScrollViewCallback property

Function? toRebuildScrollViewCallback
getter/setter pair

The callback that tells the outside to rebuild the scroll view.

Such as call setState method.

Implementation

Function? toRebuildScrollViewCallback;