• Creates a row component for UI object.

    Parameters

    • children: UIBasicItem[]

      Components within this row.

    • verticalAlignment: VerticalAlignment

      Vertical alignment of content. Use alignmentTop, alignmentMiddle or alignmentBottom.

    • paddingLeft: number

      Size of padding on the left.

    • paddingRight: number

      Size of padding on the right.

    • paddingTop: number

      Size of padding on the top.

    • paddingBottom: number

      Size of padding on the bottom.

    • backgroundColor: number

      Background color of row.

    Returns UIRowItem

    Created row component.