ComputerActionDrag constructor

const ComputerActionDrag({
  1. required List<Point> path,
})

Implementation

const ComputerActionDrag({required this.path});