PCanvasWidget constructor
PCanvasWidget(
- PCanvasPainter _painter, {
- Key? key,
- ValueChanged<
RawKeyEvent> ? onKey, - GestureTapDownCallback? onTapDown,
- GestureTapUpCallback? onTapUp,
- GestureTapCallback? onTap,
- GestureTapCancelCallback? onTapCancel,
Implementation
PCanvasWidget(
this._painter, {
super.key,
this.onKey,
this.onTapDown,
this.onTapUp,
this.onTap,
this.onTapCancel,
});