contentOffset

abstract var contentOffset: Float

The total offset of the content scrolled under the bottom app bar.

This value is updated by a BottomAppBarScrollBehavior 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.