currentFocus property
FocusNode?
get
currentFocus
Implementation
FocusNode? get currentFocus {
return _nodes.isNotEmpty ? _nodes[_currentIndex] : null;
}
FocusNode? get currentFocus {
return _nodes.isNotEmpty ? _nodes[_currentIndex] : null;
}