Wesley de Groot's BlogTag: Environment
SwiftUI provides a way to pass data down the view hierarchy using @Environment variables. These variables are environment-dependent and can be accessed from any child view. Th
@Environment