DragState constructor

DragState({
  1. required int countOfTries,
})

Implementation

DragState({required this.countOfTries});