Package-level declarations

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Composable
fun LabelInfo(text: String, modifier: Modifier = Modifier, fontSize: TextUnit = TextUnit.Unspecified, fontStyle: FontStyle? = null, fontWeight: FontWeight? = null, fontFamily: FontFamily? = null, letterSpacing: TextUnit = TextUnit.Unspecified, textDecoration: TextDecoration? = null, textAlign: TextAlign? = null, lineHeight: TextUnit = TextUnit.Unspecified, overflow: TextOverflow = TextOverflow.Clip, softWrap: Boolean = true, maxLines: Int = Int.MAX_VALUE, onTextLayout: (TextLayoutResult) -> Unit = {}, style: TextStyle = LocalTextStyle.current)
Link copied to clipboard
fun CoroutineScope.openLinkInBrowser(url: String)
Link copied to clipboard
Link copied to clipboard
fun Modifier.pointerChangeToHandModifier(): Modifier
Link copied to clipboard
@Composable
fun TextSelectionDropdown(items: List<String>, content: String, enabled: Boolean, onSelection: (String) -> Unit)
Link copied to clipboard
fun Color.toComposeColor(): Color