StrokePoint constructor

StrokePoint({
  1. required double x,
  2. required double y,
  3. required int t,
})

Constructor to create an instance of StrokePoint.

Implementation

StrokePoint({required this.x, required this.y, required this.t});