FormPageContent

fun FormPageContent(modifier: Modifier = Modifier, isPageVisible: Boolean = false)(source)

Renders the FormPageContent UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

isPageVisible

is page visible value consumed by the API.