toggle menu
core
common
switch theme
search in API
core
/
com.erolc.mrouter.model
/
ShareElement
Share
Element
@
Immutable
data
class
ShareElement
一个共享元素
Parameters
key
元素的标识
content
元素的compose
address
元素所在地址
position
element的位置和尺寸
styles
样式列表,给共享元素内的元素使用
Members
Properties
address
Link copied to clipboard
val
address
:
String
content
Link copied to clipboard
val
content
:
@
Composable
ShareTransition
.
(
)
->
Unit
key
Link copied to clipboard
val
key
:
Any
position
Link copied to clipboard
val
position
:
StateFlow
<
Rect
>
styles
Link copied to clipboard
val
styles
:
List
<
Any
>
tag
Link copied to clipboard
val
tag
:
String