Documentation

background()

Sets the background color or gradient.

background(
background: BindingOrValue<UIColor.BackgroundType | undefined>,
): this;

Parameters

Return value

The builder instance for chaining.

Related