EmptyView

public struct EmptyView : View

The EmptyView is used by the ViewBuilder as a return value for empty blocks.

  • Declaration

    Swift

    public typealias Body = Never