effect
The effect to apply to the view with this style.
Declaration
@MainActor @preconcurrency var effect: any UIHoverEffect { get set }Discussion
Use UIHoverAutomaticEffect to apply a system-default effect to the view.
The effect to apply to the view with this style.
@MainActor @preconcurrency var effect: any UIHoverEffect { get set }Use UIHoverAutomaticEffect to apply a system-default effect to the view.