ShowState constructor Null safety

ShowState(
  1. ControllerState _last,
  2. {bool disableWindow = false,
  3. bool delayed = true,
  4. bool fromProgramEntry = false,
  5. int? window}
)

Implementation

ShowState(this._last,
    {this.disableWindow = false,
    this.delayed = true,
    this.fromProgramEntry = false,
    this.window})
    : super(_last.controller);