Template Custom Color
data class TemplateCustomColor(val color: String, val fieldValue: String? = null, val specialValue: TemplateSpecialValue? = null)
Constructors
Link copied to clipboard
fun TemplateCustomColor(color: String, fieldValue: String? = null, specialValue: TemplateSpecialValue? = null)