Documentation

textStyle()

Applies styling to the toggle’s text.

textStyle(textStyle?: BindingOrValue<StyleOverrides | undefined>): this;

Parameters

Return value

The builder instance for chaining.

Related