BackgroundModalOptions class

Options for the BackgroundModal widget.

Constructors

BackgroundModalOptions({required bool isVisible, required VoidCallback onClose, required BackgroundModalParameters parameters, Color backgroundColor = const Color(0xFFF5F5F5), String position = 'center', List<VirtualBackground>? customBackgrounds, bool allowCustomUpload = true, bool showColorPicker = true, bool showPreview = true, ModalRenderMode renderMode = ModalRenderMode.modal, bool isDarkMode = false})

Properties

allowCustomUpload bool
final
backgroundColor Color
final
customBackgrounds List<VirtualBackground>?
final
hashCode int
The hash code for this object.
no setterinherited
isDarkMode bool
final
isVisible bool
final
onClose VoidCallback
final
parameters BackgroundModalParameters
final
position String
final
renderMode ModalRenderMode
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showColorPicker bool
final
showPreview bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited