ShowState constructor Null safety
- ControllerState _last,
- {bool disableWindow = false,
- bool delayed = true,
- bool fromProgramEntry = false,
- int? window}
Implementation
ShowState(this._last,
{this.disableWindow = false,
this.delayed = true,
this.fromProgramEntry = false,
this.window})
: super(_last.controller);