ButtonSize

public enum ButtonSize

Represents the size of the login button.

  • small: The size of the login button is small.
  • normal: The size of the login button is normal.
  • The size of the login button is small.

    Declaration

    Swift

    case small
  • The size of the login button is normal.

    Declaration

    Swift

    case normal