UnbluPresentationShadowStyle

public enum UnbluPresentationShadowStyle

Presentation shadow style that are used to open and close the Unblu view

  • window does not cast a shadow and dims the panel behind it.

    Declaration

    Swift

    case flat
  • window has a shadow and a dimming panel behind it.

    Declaration

    Swift

    case shadow