primaryFocusAcceptsText abstract method

bool primaryFocusAcceptsText()

Whether the focused element (or an ancestor it bubbles to) is a text input, i.e. something that consumes typed text. False when nothing is focused.

Implementation

bool primaryFocusAcceptsText();