contentOffset
The total offset of the content scrolled under the top app bar.
The content offset is used to compute the overlappedFraction, which can later be read by an implementation.
This value is updated by a TopAppBarScrollBehavior 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.