GameNotFound constructor

const GameNotFound({
  1. Key? key,
})

Constructs a GameNotFound widget.

The key parameter is optional and is used to identify this widget in the widget tree.

Implementation

const GameNotFound({Key? key}) : super(key: key);