value()
Sets the text field value.
value(value: BindingOrValue<StringConvertible | undefined>): this;
Parameters
- value — The text value or a binding.
Return value
The builder instance for chaining.
Related
class TextFieldBuilder static
A builder class for creating UITextField instances.
