GameEmptyView constructor

const GameEmptyView({
  1. Key? key,
  2. required double height,
  3. required String hintPicture,
  4. String? hintWord = '',
})

Implementation

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