BpkShimmerOverlay
fun BpkShimmerOverlay(modifier: Modifier = Modifier, shimmerSize: BpkShimmerSize = BpkShimmerSize.Large, content: @Composable BoxScope.() -> Unit)
Shimmer Overlay
Parameters
modifier
To set some common attrs.
shimmerSize
To get the right animation for the size of the component.
content
Child component.