TextToImageContent
fun TextToImageContent(state: TextToImageState, processIntent: (TextToImageIntent) -> Unit, modifier: Modifier = Modifier, strings: TextToImageStrings = TextToImageStrings(), useDrawerNavigation: Boolean = false)(source)
Screen content for text-to-image generation.
The composable owns transient modal selection and pending prompt-chip text, while all durable state changes are sent back through processIntent.