Priority

public enum Priority

When there is extra space in a run, how the extra space should be used.

  • Declaration

    Swift

    public static let `default`: Flow.Priority
  • The item will take up only the space it asked for.

    Declaration

    Swift

    case fixed
  • The item will be stretched to fill any extra space in each run.

    Declaration

    Swift

    case grows