textStyle()
Applies styling to the toggle’s text.
textStyle(textStyle?: BindingOrValue<StyleOverrides | undefined>): this;
Parameters
- textStyle — A style overrides object for the text.
Return value
The builder instance for chaining.
Related
class ToggleBuilder static
A builder class for creating UIToggle instances.
