Contents

automatic

The default hover effect based on the surrounding context.

Declaration

static var automatic: AutomaticHoverEffect { get }

Discussion

The automatic effect will resolve to any defaultHoverEffect(_:) applied to the current View hierarchy, or a system-defined effect if no default effect has been defined.

See Also

Getting built-in hover effects