Share Entry
data class ShareEntry(val groups: List<ShareElementGroup>, val shareAnimationSpec: FiniteAnimationSpec<Rect>, val startAddress: String, val endAddress: String, val keys: String, val resetState: MutableState<ShareState> = mutableStateOf(PreShare))
共享条目
Constructors
Link copied to clipboard
constructor(groups: List<ShareElementGroup>, shareAnimationSpec: FiniteAnimationSpec<Rect>, startAddress: String, endAddress: String, keys: String, resetState: MutableState<ShareState> = mutableStateOf(PreShare))