AdditionalInfoItem

constructor(    icon: @Composable () -> Unit? = null,     key: String? = null,     value: String,     isConstantItem: Boolean = false,     color: Color? = null,     truncate: Boolean = true,     action: () -> Unit? = null)