MyLabeledInformationHorizontal
fun MyLabeledInformationHorizontal(label: String, info: String, modifier: Modifier = Modifier, labelWidth: Dp? = null, infoWidth: Dp? = null, color: Color = Color.Unspecified, backgroundColor: Color = Color.Unspecified, backgroundShape: Shape? = null, labelStyle: TextStyle = MyLabeledInformationDefaults.defaultLabelStyle(), infoStyle: TextStyle = MyLabeledInformationDefaults.defaultInfoStyle(), endContent: @Composable () -> Unit = {})
fun MyLabeledInformationHorizontal(label: String, labelWidth: Dp? = null, infoWidth: Dp? = null, backgroundColor: Color = Color.Unspecified, backgroundShape: Shape? = null, labelStyle: TextStyle = MyLabeledInformationDefaults.defaultLabelStyle(), modifier: Modifier = Modifier, info: @Composable (modifier: Modifier) -> Unit)