init(_:image:description:)
Creates an interface, consisting of a title generated from a localized string, an image and additional content, that you display when the content of your app is unavailable to users.
Declaration
nonisolated init(_ title: LocalizedStringKey, image name: String, description: Text? = nil)Parameters
- title:
A title generated from a localized string.
- description:
The view that describes the interface.