isFocusable constant

SemanticsFlag const isFocusable = const SemanticsFlag._(_kIsFocusableIndex)

Whether the semantic node is able to hold the user's focus.

The focused element is usually the current receiver of keyboard inputs.

Implementation

static const SemanticsFlag isFocusable = SemanticsFlag._(_kIsFocusableIndex)