size

Function

Android
public fun CurvedModifier.size(
    @FloatRange(from = 0.0, to = 360.0) sweepDegrees: Float,
    thickness: Dp,
): CurvedModifier

Specify the dimensions (sweep and thickness) for the content.

Parameters

sweepDegreesIndicates the sweep (angular size) of the content.
thicknessIndicates the thickness (radial size) of the content.