onHoverLeave method

bool onHoverLeave(
  1. PointerHoverInfo info
)

Implementation

bool onHoverLeave(PointerHoverInfo info) {
  return true;
}