//kit/healthstack.kit.ui.layout/ImageArticleLayout

ImageArticleLayout

[androidJvm]\

@Composable

fun ImageArticleLayout(topBarTitle: String, message: ImageArticleModel, buttonText: String, onClickBack: () -> Unit = {}, onComplete: () -> Unit = {}, buttonHidden: Boolean = false, buttonShape: ButtonShape = ButtonShape.ROUND)