Variable Window._focusStateToApply

class Window
{
  // ...
  State _focusStateToApply = State.Focused;
  // ...
}