RowProperties

constructor(viewType: ViewType, weight: Float = 0.0f, backgroundColor: String? = null, padding: Int = 0, borderRadius: Int = 0, alignment: ViewAlignment = ViewAlignment.NONE, fillMaxWidth: Boolean = false, fillMaxHeight: Boolean = false, clickable: String = "false", visible: String = "true", spacedBy: Int = 8, arrangement: RowArrangement? = null, wrapContent: Boolean = false, children: List<ViewProperties> = emptyList(), actions: List<ActionConfig> = emptyList())