Body
The type of effect representing the body of this effect. When you create a custom effect, Swift infers this type from your implementation of the required Body(content:) method.
Declaration
associatedtype Body : CustomHoverEffectThe type of effect representing the body of this effect. When you create a custom effect, Swift infers this type from your implementation of the required Body(content:) method.
associatedtype Body : CustomHoverEffect