isHovering static method

bool isHovering(
  1. RTextFieldState state
)

Whether the pointer is hovering over the field.

Implementation

static bool isHovering(RTextFieldState state) => state.isHovered;