Vaibhav Jaiswal
10/04/2024, 9:09 AMLinearProgressIndicator
has a rounded shape
I tried to change the shape using
Modifier.clip(RoundedCornerShape(8.dp))
but it does not affect the composable, LinearProgressIndicator is still round in shapeVivien Mahé
10/17/2024, 12:18 PMLinearProgressIndicator
which now has 2 new properties: gapSize
and drawStopIndicator
: https://composables.com/material3/linearprogressindicator