NsgFocusController class

Constructors

NsgFocusController.new({void onEnter()?})

Properties

currentIndex int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
indexes Map<FocusNode, int>
no setter
mainFocus FocusNode?
getter/setter pair
onEnter → void Function()?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

moveFocus(BuildContext context, bool forward) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerNode(FocusNode node, int? index) → void
toString() String
A string representation of this object.
inherited
unregisterNode(FocusNode node) → void

Operators

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