Код: Выделить всё
drawArc(
brush = Brush.verticalGradient(gradientColors),
startAngle = 135f,
sweepAngle = 270f,
useCenter = false,
topLeft = topLeftOffset,
size = arcRectSize,
style = Stroke(
width = strokeWidth,
cap = StrokeCap.Round
)
)
Возможно ли это с помощью встроенных методов?

Подробнее здесь: https://stackoverflow.com/questions/788 ... ii-of-ends
Мобильная версия