AdditionalInfoItem

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