contentOffset
The total offset of the content scrolled under the search bar.
The content offset is used to compute the overlappedFraction, which can later be read by an implementation.
This value is updated by a SearchBarScrollBehavior whenever a nested scroll connection consumes scroll events. A common implementation would update the value to be the sum of all NestedScrollConnection.onPostScroll consumed.y values.