FocusGroup class

Focus group for managing related focus nodes

Constructors

FocusGroup(String id)

Properties

hashCode → int
The hash code for this object.
no setterinherited
id → String
final
nodeIds → List<String>
final
nodes → Map<String, FocusNode>
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
trapFocus ↔ bool
getter/setter pair

Methods

addNode(String nodeId, FocusNode node) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeNode(String nodeId) → void
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited