FHUFocusScopeExtension extension

on

Properties

focusScope FocusScopeNode
Returns the FocusNode.nearestScope of the Focus or FocusScope that most tightly encloses the given context.
no setter
hasFocus bool
Whether this node has input focus.
no setter
hasPrimaryFocus bool
Returns true if this node currently has the application-wide input focus.
no setter
requestFocus → void
is commonly used to hide keyboard on onTap/onPress call. Usage could be onTap: () => context.requestFocus or onTap: context.requestFocusCall.
no setter
requestFocusCall GestureTapCallback
no setter
unFocus → void
Removes the focus on this node by moving the primary focus to another node.
no setter