//MetaPhrase/com.github.diegoberaldin.metaphrase.core.common.ui.components/CustomTooltipArea
CustomTooltipArea
[jvm]\
@Composable
fun CustomTooltipArea(text: String, modifier: Modifier = Modifier, content: @Composable() -> Unit)
Custom tooltip area.
Return
Parameters
jvm
text | Text to show in the tooltip |
modifier | Modifier |
content | Content inner composable |