isFocused constant
Whether the semantic node currently holds the user's focus.
The focused element is usually the current receiver of keyboard inputs.
Implementation
static const SemanticsFlag isFocused = const SemanticsFlag._(_kIsFocusedIndex)
Whether the semantic node currently holds the user's focus.
The focused element is usually the current receiver of keyboard inputs.
static const SemanticsFlag isFocused = const SemanticsFlag._(_kIsFocusedIndex)