toggle menu
core
common
switch theme
search in API
core
/
com.erolc.mrouter.route.transform
/
TransformWrapScope
/
rememberDraggableState
remember
Draggable
State
@
Composable
fun
rememberDraggableState
(
progress
:
(
Float
)
->
Unit
,
orientation
:
Orientation
=
Orientation.Horizontal
)
:
AnchoredDraggableState
<
Float
>
Parameters
proportion
百分比,即该手势范围占页面的多少。
progress
手势的进度,0-1
orientation
手势的方向