PaintedWidget constructor

Implementation

const PaintedWidget({
  this.style,
  this.animation,
  this.onTap,
  this.onPointerDown,
  this.onPointerUp,
  this.onPointerEnter,
  this.onPointerLeave,
  this.onPointerMove,
  this.onPointerCancel,
  this.onPointerOver,
  this.onPointerOut,
  super.key,
  super.ref,
});