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: CharSequence, inlineContentFactory: InlineContentFactory = { emptyMap() }, titleColor: Color = AppTheme.colors.textColor.primary, titleMaxLines: Int = 1, showDragControl: Boolean, showDivider: Boolean, trailingContent: @Composable RowScope.() -> Unit = {}, bottomContent: @Composable ColumnScope.() -> Unit = {})