from

open fun <V : View?> from(@NonNull view: V): BottomSheetBehavior<V>

A utility function to get the BottomSheetBehavior associated with the view.

Return

The BottomSheetBehavior associated with the view.

Parameters