BlurModifier

public struct BlurModifier : ViewModifier

The modifier wrapper for the corresponding SwiftUI function.

See: SwiftUI doc

  • The radial size of the blur.

    Declaration

    Swift

    public let radius: Double
  • A Boolean value that indicates whether the blur renderer permits transparency in the blur output.

    Declaration

    Swift

    public let opaque: Bool
  • Declaration

    Swift

    public func body(content: Content) -> some View