I wonder if anyone encountered similar problem. Is it possible to recreate Sketch designed shadows with spread and blur parameters in SwiftUI. I know it is possible and there are many solutions and approached achieving this goal with code written in UIKit, but not SwiftUI. It is mostly done with UIView and involves using CALayer and shadowPath with BezierPath if I remember correctly, but again is it possible to write some code, maybe some custom shadow modifier and/or View extension in SwiftUI applying Sketch designed shadows to SwiftUI views. Apologies if this question has some obvious solution, I'm fairly new to SwiftUI. Thanks.