focus property
Returns the FocusScopeNode
of the FocusScope
that most tightly
encloses the given context
.
Implementation
FocusScopeNode get focus {
return FocusScope.of(this);
}
Returns the FocusScopeNode
of the FocusScope
that most tightly
encloses the given context
.
FocusScopeNode get focus {
return FocusScope.of(this);
}