-
Notifications
You must be signed in to change notification settings - Fork 0
carousel card
milan jurkulák edited this page May 2, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.ui.components.carousel/CarouselCard
[androidJvm]\
fun CarouselCard(item: Any? = null, modifier: Modifier = Modifier, contentScale: ContentScale = ContentScale.Crop, scale: CardScale = CardScale.None, focused: Boolean = isEditMode(), focusState: MutableState<FocusState> = rememberFocusState( item, FocusHelper(focused) ), titlePadding: PaddingValues = PaddingValues(8.dp, 12.dp, 8.dp, 12.dp), onFocus: (item: Any?, fromUser: Boolean) -> Unit? = null, onClick: (item: Any?) -> Unit? = null)