TextToImageContent
fun TextToImageContent(state: TextToImageState, processIntent: (TextToImageIntent) -> Unit, modifier: Modifier = Modifier, strings: TextToImageStrings = TextToImageStrings(), useDrawerNavigation: Boolean = false)(source)
Renders the TextToImageContent UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
state
state rendered or processed by the component.
processIntent
process intent value consumed by the API.
modifier
Compose modifier applied to the rendered UI.
strings
strings value consumed by the API.
useDrawerNavigation
use drawer navigation value consumed by the API.