ChooseTheShape constructor

ChooseTheShape({
  1. required int countOfTries,
})

Implementation

ChooseTheShape({required this.countOfTries});