LoadingModalOptions

data class LoadingModalOptions(val isVisible: Boolean = false, val backgroundColor: Int = 0x80000000.toInt(), val indicatorColor: Int = 0xFFFFFFFF.toInt(), val displayColor: Int = 0xFFFFFFFF.toInt(), val message: String? = null)

LoadingModal - Displays a loading indicator with backdrop overlay.

This component shows a circular progress indicator centered on screen with a semi-transparent backdrop that blocks user interaction.

Constructors

Link copied to clipboard
constructor(isVisible: Boolean = false, backgroundColor: Int = 0x80000000.toInt(), indicatorColor: Int = 0xFFFFFFFF.toInt(), displayColor: Int = 0xFFFFFFFF.toInt(), message: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val isVisible: Boolean = false
Link copied to clipboard
val message: String? = null