LoadingScreenOptions

constructor(isVisible: Boolean = false, message: String = "Loading...", progress: Int? = null, showLogo: Boolean = true, logoUrl: String = "", backgroundColor: Int = 0xFFFFFFFF.toInt(), spinnerColor: Int = 0xFF2196F3.toInt(), textColor: Int = 0xFF000000.toInt())