LoadingIndicator

fun LoadingIndicator(isLoading: Boolean, size: Dp = 52.dp)

An indicator to show the user when the app is loading content. Automatically shows and hides depending on isLoading with an animation.

Author

Arnau Mora

Since

20210730

Parameters

isLoading

Whether or not the content is being loaded, this is, whether or not to show the indicator.

size

The size of the indicator.