🔸shadow
╱🚧 under construction -> current style
// ⭐️ shape.fill(shapeStyle_withShadow)
Circle()
// 藍色+陰影 ╭──ShadowStyle───╮
.fill(.blue.shadow(.drop(radius: 10))) // .blue calls its instance method .shadow()Last updated
╱🚧 under construction -> current style
// ⭐️ shape.fill(shapeStyle_withShadow)
Circle()
// 藍色+陰影 ╭──ShadowStyle───╮
.fill(.blue.shadow(.drop(radius: 10))) // .blue calls its instance method .shadow()Last updated