---
title: PlainTextEditorStyle
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/plaintexteditorstyle
---

# PlainTextEditorStyle

A text editor style with no decoration.

## Declaration

```swift
nonisolated struct PlainTextEditorStyle
```

## Overview

Overview You can also use plain to create this style.

## Topics

### Creating the text editor style

- [init()](swiftui/plaintexteditorstyle/init().md)

## Relationships

### Conforms To

- [TextEditorStyle](swiftui/texteditorstyle.md)

## See Also

### Supporting types

- [AutomaticTextEditorStyle](swiftui/automatictexteditorstyle.md)
- [RoundedBorderTextEditorStyle](swiftui/roundedbordertexteditorstyle.md)
