BackgroundModalOptions

data class BackgroundModalOptions(val isVisible: Boolean, val onClose: () -> Unit, val parameters: BackgroundModalParameters, val backgroundColor: Color = Color(0xFFF5F5F5), val position: String = "center", val customBackgrounds: List<VirtualBackground>? = null, val allowCustomUpload: Boolean = true, val showColorPicker: Boolean = true, val showPreview: Boolean = true)

Options for the BackgroundModal widget.

Constructors

Link copied to clipboard
constructor(isVisible: Boolean, onClose: () -> Unit, parameters: BackgroundModalParameters, backgroundColor: Color = Color(0xFFF5F5F5), position: String = "center", customBackgrounds: List<VirtualBackground>? = null, allowCustomUpload: Boolean = true, showColorPicker: Boolean = true, showPreview: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val onClose: () -> Unit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val showPreview: Boolean = true