Color

enum Color
extension ButtonState.Color : Equatable, Hashable

The various colors that the button can change to

  • Blue filled button (the Home page button, for example)

    Declaration

    Swift

    case blue
  • Non-filled button with blue border (the Profile page button, for example)

    Declaration

    Swift

    case blueBorderOnly