ButtonHeight

public enum ButtonHeight : CGFloat, LayoutValueRepresentable

ButtonHeight

  • small: small size
  • medium: medium size
  • large: large size
  • Small button size

    Declaration

    Swift

    case small = 24.0
  • Medium button size

    Declaration

    Swift

    case medium = 40.0
  • Large button size

    Declaration

    Swift

    case large = 48.0