Returns whether the pointer hovers target, or null before attachment.
target
bool? useHover(GlobalNodeKey<web.Element> target, {bool enabled = true}) { return use(_HoverHook(target, enabled)); }