Package-level declarations

Types

Link copied to clipboard
data class CardShape(val offsetY: Float, val fullShape: Shape) : Shape
Link copied to clipboard
Link copied to clipboard
sealed class PlaceWeatherState

Functions

Link copied to clipboard
fun PreviewCardBottomSheet(sheetState: BottomSheetState, modifier: Modifier = Modifier, sheetContent: @Composable (Float) -> Unit = {})
Link copied to clipboard
fun PreviewCardHeader(title: String, titleColor: Color = AppTheme.colors.textColor.primary, titleMaxLines: Int = 1, showDragControl: Boolean, showDivider: Boolean, trailingContent: @Composable RowScope.() -> Unit = {}, bottomContent: @Composable ColumnScope.() -> Unit = {}, beforeCloseClick: () -> Unit = {})
Link copied to clipboard
fun SocView(modifier: Modifier = Modifier, soc: Int, isArrival: Boolean)