PasswordTextField

struct PasswordTextField : View

Round corner password text field with border

  • Declaration

    Swift

    @Binding
    var passwordTextField: String { get nonmutating set }
  • Declaration

    Swift

    var body: some View { get }