ServiceCardProperties

constructor(viewType: ViewType = ViewType.SERVICE_CARD, weight: Float = 0.0f, backgroundColor: String? = "#FFFFFF", padding: Int = 0, borderRadius: Int = 2, alignment: ViewAlignment = ViewAlignment.NONE, fillMaxWidth: Boolean = false, fillMaxHeight: Boolean = false, clickable: String = "true", visible: String = "true", details: List<CompoundTextProperties> = emptyList(), showVerticalDivider: Boolean = false, serviceMemberIcons: String? = null, serviceMemberIconsTint: String? = null, serviceButton: ButtonProperties? = null, services: List<ButtonProperties>? = null, actions: List<ActionConfig> = emptyList())