Variable Dialog._defaultButtonIndex

class Dialog
{
  // ...
  int _defaultButtonIndex = -1;
  // ...
}