CompoundTextProperties

constructor(viewType: ViewType = ViewType.COMPOUND_TEXT, weight: Float = 0.0f, backgroundColor: String? = null, padding: Int = 0, borderRadius: Int = 2, alignment: ViewAlignment = ViewAlignment.NONE, fillMaxWidth: Boolean = false, fillMaxHeight: Boolean = false, clickable: String = "false", visible: String = "true", primaryText: String? = null, primaryTextColor: String? = null, secondaryText: String? = null, secondaryTextColor: String? = null, separator: String? = null, fontSize: Float = 16.0f, primaryTextBackgroundColor: String? = null, secondaryTextBackgroundColor: String? = null, primaryTextFontWeight: TextFontWeight = TextFontWeight.NORMAL, secondaryTextFontWeight: TextFontWeight = TextFontWeight.NORMAL, primaryTextActions: List<ActionConfig> = emptyList(), secondaryTextActions: List<ActionConfig> = emptyList(), maxLines: Int = Int.MAX_VALUE, colorOpacity: Float = 1.0f, textCase: TextCase? = null, overflow: TextOverFlow? = null, letterSpacing: Int = 0)