InfoDialogContent
fun InfoDialogContent(title: String, subTitle: String, okText: String, onDismissRequest: () -> Unit = {})(source)
Renders the InfoDialogContent UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
title
title value consumed by the API.
subTitle
sub title value consumed by the API.
okText
ok text value consumed by the API.
onDismissRequest
callback invoked by the component.