BasicDragOutGame constructor

BasicDragOutGame({
  1. required bool isArabic,
  2. required int countOfTries,
  3. bool playSound = false,
})

Implementation

BasicDragOutGame(
    {required this.isArabic,
    required this.countOfTries,
    this.playSound = false});