79132333

Date: 2024-10-28 07:04:53
Score: 1
Natty:
Report link

It is new material 3 design you can customize like this,

material 3 linearprogress split customize

            LinearProgressIndicator(
                color = Color.Blue, 
                trackColor = Color.Gray, 
                progress = { 0.70f },
                gapSize = 0.dp,
                strokeCap = StrokeCap.Square,
                drawStopIndicator = {},
                modifier = Modifier
                    .fillMaxWidth()
                    .height(24.dp))
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Santhosh Kumar