FixedDragGame constructor

FixedDragGame({
  1. required int countOfTries,
})

Implementation

FixedDragGame({required this.countOfTries});