@Composable fun ShadowText(modifier: Modifier = Modifier) { SelectionContainer { Text( text = "shadow effect ", color = Color.Blue, fontSize = 24.sp, style = TextStyle( shadow = Shadow(color = Color.Gray, Offset(5f, 5f)) ) ) } }
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter