MyLabeledInformation
fun MyLabeledInformation(label: String, info: String, color: Color = Color.Unspecified, backgroundColor: Color = Color.Unspecified, backgroundShape: Shape? = null, labelStyle: TextStyle = MyLabeledInformationDefaults.defaultLabelStyle(), infoStyle: TextStyle = MyLabeledInformationDefaults.defaultInfoStyle(), modifier: Modifier = Modifier)
fun MyLabeledInformation(label: String, backgroundColor: Color = Color.Unspecified, backgroundShape: Shape? = null, labelStyle: TextStyle = MyLabeledInformationDefaults.defaultLabelStyle(), modifier: Modifier = Modifier, info: @Composable (modifier: Modifier) -> Unit)