from

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

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

Return

The SideSheetBehavior associated with the view.

Parameters

view