Variable Window._showPosition

class Window
{
  // ...
  ShowPosition _showPosition = ShowPosition.parentWindowCenter;
  // ...
}