I've got a composable that I want to navigate to -...
# compose
s
I've got a composable that I want to navigate to - a bottom sheet - and I want to pass a string to it as an arg for a display message. the text is a bit long and has double quotes an other special characters in it. what's a good way to serialize this to pass it as a nav arg?