Style

public enum Style

The style of the text field.

  • The default state.

    Declaration

    Swift

    case `default`
  • Highlight borders as it’s in a focus state

    Declaration

    Swift

    case focused