currentlyFocusedViewIdTestValue property
Returns the last view ID to be focused by onViewFocusChange. Returns null if no views are focused.
Can be reset to null with resetFocusedViewTestValues.
Implementation
int? get currentlyFocusedViewIdTestValue => _currentlyFocusedViewId;