restartable skippable fun BasicCurvedText( unused stable : CurvedRowScope stable text: String stable style: CurvedTextStyle stable modifier: Modifier? = @static Companion stable clockwise: Boolean = @static true stable contentArcPadding: ArcPaddingValues? = @dynamic ArcPaddingValues(0.dp) ) restartable skippable fun CurvedRow( stable modifier: Modifier? = @static Companion stable anchor: Float = @static 270.0f stable anchorType: AnchorType = @static Companion.Center stable radialAlignment: RadialAlignment = @static Companion.Center stable clockwise: Boolean = @static true stable content: @[ExtensionFunctionType] Function3 )