Package-level declarations

Functions

Link copied to clipboard
inline fun DashedDivider(    color: Color,     dashWidth: Float,     dashGap: Float,     modifier: Modifier = Modifier,     height: Dp = 1.dp,     crossinline offsetStart: DrawScope.() -> Offset = { Offset.Zero },     crossinline offsetEnd: DrawScope.() -> Offset = { Offset(size.width, 0f) },     phase: Float = 0.0f)
Link copied to clipboard
@Preview(showBackground = true)
fun DashedDividerInteractivePreview(primary: Color = Color(0xFFA9D2B5), secondary: Color = Color(0xFF79BA98), milky: Color = Color(0xFFF9F8DD))
Link copied to clipboard
@Preview(showBackground = true)
fun DashedDividerStaticPreview()