StrokePoint constructor
StrokePoint({})
Implementation
StrokePoint({
required this.point,
required this.input,
required this.vector,
required this.pressure,
required this.distance,
required this.runningLength,
required this.radius,
});