SnackbarModifier
struct SnackbarModifier : ViewModifierAdds a snackbar overlay to a view. Typically used with tier one (root tab views) containing views.
- 
                  
                  Undocumented DeclarationSwift init(model: Binding<Snackbar?>)
- 
                  
                  Undocumented DeclarationSwift @Binding var model: Snackbar? { get nonmutating set }
- 
                  
                  Undocumented DeclarationSwift var active: Bool { get }
- 
                  
                  Undocumented DeclarationSwift var backgroundColor: Color { get }
- 
                  
                  Undocumented DeclarationSwift var foregroundColor: Color { get }
- 
                  
                  DeclarationSwift func body(content: Content) -> some View
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
          