KPCircularLoadingIndicator
fun KPCircularLoadingIndicator(modifier: Modifier = Modifier, indicatorColor: Color = KPDesign.colors.colorPrimary, indicatorStrokeWidth: Dp = 4.dp)
Composable function for displaying a circular loading indicator. This function creates a circular loading indicator that can be used in Jetpack Compose UI.
Parameters
modifier
Optional parameter to specify the modifier for this composable.
indicatorColor
Optional parameter to specify the color of the loading indicator. Defaults to the primary color.
indicatorStrokeWidth
Optional parameter to specify the stroke width of the loading indicator. Defaults to 4dp.