youssef hachicha
05/24/2024, 10:51 AMChrimaeon
05/24/2024, 11:50 AMyoussef hachicha
05/24/2024, 1:43 PMChrimaeon
05/24/2024, 1:45 PMChrimaeon
05/24/2024, 1:46 PMval progress = remember { ...calculate progress }
LinearProgressIndicator(
progress = progress,
color = if (progress < 1) Color.red else Color.green
)