fScope property
FocusScopeNode
get
fScope
Returns the focus scope node from the closest widgets.FocusScope ancestor.
context.focusScope
is equivalent to
widgets.FocusScope.of.
Implementation
widgets.FocusScopeNode get fScope {
return widgets.FocusScope.of(this);
}