IconPosition

public enum IconPosition
  • The image positioned on the leading side of the label.

    Declaration

    Swift

    case leading
  • The image positioned on the trailing side of the label.

    Declaration

    Swift

    case trailing