TouchInteractionHandler constructor
TouchInteractionHandler({})
Constructor for the touch interaction handler
Implementation
TouchInteractionHandler({
required this.particles,
required this.touchPoint,
required this.lineDistance,
required this.touchColor,
required this.linePaint,
});