You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that this is a method on View and not on Shape. See #27. For that reason, shadows can be applied to any view. So in Flutter, we can make this a composable widget:
In SwiftUI you add shadow to a
View
with theshadow
modifier method:Note that this is a method on
View
and not onShape
. See #27. For that reason, shadows can be applied to any view. So in Flutter, we can make this a composable widget:Tasks:
The text was updated successfully, but these errors were encountered: