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
sweepDegrees | Indicates the sweep (angular size) of the content. |
thickness | Indicates the thickness (radial size) of the content. |