TextField

public struct TextField

Configuration for the comment text field’s shape, variant, and size.

  • Creates a TextField style configuration.

    Declaration

    Swift

    public init(
      shape: TextFieldShape = .rounded,
      variant: TextFieldVariant = .outlined,
      size: TextFieldSize = .medium
    )