func onHover (perform: (Bool) -> Void) -> some View
Adds an action to perform when the user moves the pointer over or away from the view’s frame.
ユーザがポインタをビューのもつフレームに重ねるまたは遠ざける時に実行するアクションを加えます。
Availability 有効性
Technology
func hoverEffect(_ effect: HoverEffect
= .automatic) -> some View
Note 注意
The system may fall back to a more appropriate effect.
func onHover (perform: (Bool) -> Void) -> some View