containerVariant
The cell variant (and style) used for the outer dialog container.
containerVariant: UIVariant<UICell>
Notes
- The default style is based on
ui.style.CELL_BGand includes properties for dimensions and border radius. - Margin is set to
autoto center the dialog on the screen if possible. - An
Elevateeffect is applied to add a drop shadow to the dialog.
Related
- class MessageDialogStylesA class that defines the styles for the default modal message dialog view.
