Package-level declarations

Types

Link copied to clipboard
class AnnotatedStringFromTags(val mainStyle: SpanStyle? = null, val _initBuilder: @Composable AnnotatedStringFromTags.() -> Unit)

Functions

Link copied to clipboard
Link copied to clipboard
fun DrawableWrapper(modifier: Modifier = Modifier, @DrawableRes drawableTop: Int? = null, @DrawableRes drawableStart: Int? = null, @DrawableRes drawableBottom: Int? = null, @DrawableRes drawableEnd: Int? = null, tint: Color = Color.Unspecified, content: @Composable () -> Unit)
Link copied to clipboard
fun Switch2(scale: Float = 2.0f, width: Dp = 36.dp, height: Dp = 20.dp, strokeWidth: Dp = 2.dp, initialValue: Boolean, checkedChange: (switch: Boolean) -> Unit, checkedTrackColor: Color = Color(0xFF35898F), uncheckedTrackColor: Color = Color(0xFFe0e0e0), gapBetweenThumbAndTrackEdge: Dp = 4.dp)
Link copied to clipboard
fun ZappClickableText(modifier: Modifier, text: AnnotatedString, onClick: (tag: String) -> Unit = {}, multipleClicks: List<() -> Unit>? = null)