PersonalDataProperties

constructor(viewType: ViewType = ViewType.PERSONAL_DATA, 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 = "false", visible: String = "true", personalDataItems: List<PersonalDataItem> = emptyList())