trim()
Enables automatic whitespace trimming.
trim(trim?: boolean): this;
Parameters
- trim — True to trim whitespace; defaults to true.
Return value
The builder instance for chaining.
Related
class TextFieldBuilder static
A builder class for creating UITextField instances.
