Column

constructor(customSimpleName: String?)
constructor(    alignContent: YogaAlign?,     alignItems: YogaAlign?,     justifyContent: YogaJustify?,     wrap: YogaWrap?,     reverse: Boolean,     gapPx: Int?,     children: MutableList<Component>? = null)