TouchPainter constructor

TouchPainter(BuildContext context, Map<TouchData, Color> touchCollection)

Implementation

TouchPainter(this.context, this.touchCollection);