79683863

Date: 2025-06-29 15:55:02
Score: 2.5
Natty:
Report link

Make gapSize negative and it makes the progress bar smooth.

enter image description here

LinearProgressIndicator(
    modifier = Modifier
        .height(18.dp)
        .fillMaxWidth(),
    progress = { progress },
    gapSize = (-30).dp
    )
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: 1mpalo