onHoverEnter method

bool onHoverEnter(
  1. PointerHoverInfo info
)

Implementation

bool onHoverEnter(PointerHoverInfo info) {
  return true;
}