Parameters
The visual style to apply to the text field. Options are “roundedBorder”, “plain”, or “automatic”.
Sets the visual style for text input fields.
.textFieldStyle(style: "roundedBorder" | "plain" | "automatic"): Component;
TextField({ placeholder: "Enter your name", setText: setName, text: name })
.textFieldStyle("roundedBorder")