radial

fun radial(builder: RadialGradientBuilder<C>.() -> Unit)(source)

Configures a radial gradient by applying the provided builder block.

Parameters

builder

A lambda function used to define the properties of the radial gradient. The builder block allows customization of attributes such as the center, radius, focal center, and focal radius.