ghost()
Enables the ghost style variant (borderless/transparent).
ghost(enabled?: BindingOrValue<boolean | undefined>): this;
Parameters
- enabled — True to enable, or a binding; defaults to true.
Return value
The builder instance for chaining.
Related
class TextFieldBuilder static
A builder class for creating UITextField instances.
