loading - mimoccc/tvapp GitHub Wiki
//tvlib/org.mjdev.tvlib.ui.components.tv/Loading
[androidJvm]\
fun Loading(modifier: Modifier = Modifier, backgroundColor: Color = Color.Black, shape: Shape = RectangleShape, text: Any? = R.string.msg_loading, textColor: Color = Color.White, textSize: TextUnit = 20.sp, textStyle: TextStyle = MaterialTheme.typography.headlineMedium, contentAlignment: Alignment = Alignment.Center)