---
title: plain
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/texteditorstyle/plain
---

# plain

A text editor style with no decoration.

## Declaration

```swift
@MainActor @preconcurrency static var plain: PlainTextEditorStyle { get }
```

## See Also

### Getting built-in styles

- [automatic](swiftui/texteditorstyle/automatic.md)
- [roundedBorder](swiftui/texteditorstyle/roundedborder.md)
