CircularLoading

fun CircularLoading(isShow: Boolean, colorLoading: Color = Color.Black)

Author: @Jeluchu

This is a component for displaying a circular loading progress

Parameters

isShow

the status of whether or not to display

colorLoading

color of the circular progress bar

Samples

CircularLoadingPreview