DefaultIcon

public struct DefaultIcon : View

SwiftUI view representing an icon

  • Initializer

    Declaration

    Swift

    public init(iconString: String?)

    Parameters

    iconString

    The name of the system symbol image. Use the SF Symbols app to look up the names of system symbol images.

  • SwiftUI’s view body

    Declaration

    Swift

    public var body: some View { get }