A Boolean value that can be associated with a semantics node.
Properties
Methods
-
toString(
) → String - Returns a string representation of this object.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
other) → bool -
The equality operator. [...]
inherited
Static Properties
- values → Map<int, SemanticsFlags>
-
The possible semantics flags. [...]
final
Constants
- hasCheckedState → SemanticsFlags
-
The semantics node has the quality of either being "checked" or "unchecked". [...]
const SemanticsFlags._(_kHasCheckedStateIndex)
- isButton → SemanticsFlags
-
Whether the semantic node represents a button. [...]
const SemanticsFlags._(_kIsButtonIndex)
- isChecked → SemanticsFlags
-
Whether a semantics node that
hasCheckedState
is checked. [...]const SemanticsFlags._(_kIsCheckedIndex)
- isFocused → SemanticsFlags
-
Whether the semantic node currently holds the user's focus. [...]
const SemanticsFlags._(_kIsFocusedIndex)
- isSelected → SemanticsFlags
-
Whether a semantics node is selected. [...]
const SemanticsFlags._(_kIsSelectedIndex)
- isTextField → SemanticsFlags
-
Whether the semantic node represents a text field. [...]
const SemanticsFlags._(_kIsTextFieldIndex)