ToolTipText

struct ToolTipText : View

Tool tip text with rounded corner background

  • Message to show.

    Declaration

    Swift

    var message: String
  • Indicates whether the tooltip is active or not.

    Declaration

    Swift

    @Binding
    var isActive: Bool { get nonmutating set }
  • Declaration

    Swift

    var body: some View { get }