position property

ScrollPosition? position
getter/setter pair

the scrollable inner's position

notice that: position is null before build, the value is get when the header or footer callback onPositionUpdated

Implementation

ScrollPosition? position;