shadow

fun String.shadow(color: Color, offset: Offset = Offset.Zero, blurRadius: Float = 0.0f): AnnotatedString

Adds a shadow to this string. The shadow has a color, an offset and a blurRadius

Return

the AnnotatedString created