SubFocusScopeState mixin
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
attach(
SubFocusState child) → bool -
detach(
SubFocusState child) → void -
invokeActionOnFocused(
Intent intent) → Object? -
nextFocus(
[TraversalDirection direction = TraversalDirection.down]) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestFocus(
SubFocusState child) → bool -
toString(
) → String -
A string representation of this object.
inherited
-
unfocus(
SubFocusState child) → bool
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
maybeOf(
BuildContext context) → SubFocusScopeState?