DragPicToWordGame constructor

DragPicToWordGame({
  1. required int countOfTries,
})

Implementation

DragPicToWordGame({required this.countOfTries});