DragAddRodNumberLineGame constructor

DragAddRodNumberLineGame({
  1. required ToolsOfMath tools,
  2. required int countOfTries,
})

Implementation

DragAddRodNumberLineGame({required this.tools, required this.countOfTries});