conic

fun conic(builder: ConicGradientBuilder<C>.() -> Unit)(source)

Configures a conic gradient by applying the provided builder block.

Parameters

builder

A lambda function used to define the properties of the conic gradient. The builder block allows customization of attributes such as the center, angle, start angle, and rotation.