ArgoFlexDirection

public enum ArgoFlexDirection

Undocumented

  • Align children from top to bottom. If wrapping is enabled then the next line will start to the left first item on the top of the container.

    Declaration

    Swift

    case column
  • Align children from bottom to top. If wrapping is enabled then the next line will start to the left first item on the bottom of the container.

    Declaration

    Swift

    case columnReverse
  • row

    Align children from left to right. If wrapping is enabled then the next line will start under the first item on the left of the container.

    Declaration

    Swift

    case row
  • Align children from right to left. If wrapping is enabled then the next line will start under the first item on the right of the container.

    Declaration

    Swift

    case rowReverse