Circular Loading Progress Overlay
@Composable
Content copied to clipboard
Displays an overlay over the content with a circular progress indicator.It takes up the entire size of size of its parent.
Parameters
modifier
Modifier that will be applied to the overlay.
overlay Color
The background color of the overlay.This color will always be displayed with an alpha of 0.5f.
is Overlay Visible
Indicates whether the overlay is visible or not.
content
The content over which the overlay should be visible.