const GameEmptyView({Key? key, required this.height, required this.hintPicture, this.hintWord = ''}) : super(key: key);