Docs (4.0.0)
class WebContextOptions property

modalShadeBackground

Modal shade backdrop color (or CSS value), defaults to darkened Text color at low opacity.

modalShadeBackground: UIColor | string

Notes

  • Use a (custom) theme color rather than a specific color to allow the color to change with the theme. The modal shade color is updated dynamically when the theme changes.

Related