SpacerProperties

constructor(viewType: ViewType = ViewType.SPACER, 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", height: Float? = null, width: Float? = null)