RemoteFormScaffold
private fun RemoteFormScaffold(title: String, subtitle: String, content: @Composable () -> Unit)(source)
Renders the RemoteFormScaffold UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
title
title value consumed by the API.
subtitle
subtitle value consumed by the API.
content
content value consumed by the API.