func makeUIView()

in HuggingSnap/Views/TransparentBlurView.swift [13:17]


    func makeUIView(context: Context) -> CustomBlurView {
        let view = CustomBlurView(effect: .init(style: .systemUltraThinMaterial))
        view.backgroundColor = .clear
        return view
    }