ListProperties

constructor(viewType: ViewType, 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", id: String = "listId", registerCard: RegisterCardConfig, showDivider: Boolean = true, emptyList: NoResultsConfig? = null, orientation: ListOrientation = ListOrientation.VERTICAL, resources: List<ListResource> = emptyList())