setGestureInsetBottomIgnored

open fun setGestureInsetBottomIgnored(gestureInsetBottomIgnored: Boolean)

Sets whether this bottom sheet should adjust it's position based on the system gesture area on Android Q and above.

Note: the bottom sheet will only adjust it's position if it would be unable to be scrolled upwards because the peekHeight is less than the gesture inset margins,(because that would cause a gesture conflict), gesture navigation is enabled, and this ignoreGestureInsetBottom flag is false.