Shadow Color Swiftui

[Solved] Shadow Color Swiftui | Swift - Code Explorer | yomemimo.com
Question : shadow color swiftui

Answered by : quaint-quail-rblyi6q3wthz

Text("Hacking with Swift") .padding() .shadow(color: .red, radius: 5) .border(Color.red, width: 4)

Source : https://www.hackingwithswift.com/quick-start/swiftui/how-to-draw-a-shadow-around-a-view | Last Update : Wed, 27 Jan 21

Answers related to shadow color swiftui

Code Explorer Popular Question For Swift