Slide 30
Slide 30 text
@Composable
fun MediumScheduleCard(
title: String,
speakersUrls: ImmutableList,
speakersLabel: String,
contentDescription: String?,
onClick: () !" Unit,
modifier: Modifier = Modifier,
isFavorite: Boolean = false,
colors: ScheduleCardColors = ScheduleCardDefaults.cardColors(),
style: TextStyle = ScheduleCardDefaults.mediumTextStyle,
shape: Shape = ScheduleCardDefaults.mediumShape,
onFavoriteClick: (() !" Unit)? = null,
topBar: (@Composable RowScope.() !" Unit)? = null,
bottomBar: (@Composable RowScope.() !" Unit)? = null
)
:styles:schedules