hoverEffectGroup(_:)
Creates an effect that activates a named group of effects.
Declaration
static func hoverEffectGroup(_ group: HoverEffectGroup?) -> GroupHoverEffectParameters
- group:
The
HoverEffectGroupto activate when this view is hovered. Ifnil, this modifier has no effect.
Return Value
An effect that activates the given hover group.