LinesPainter constructor
const
LinesPainter(
- BuildContext context,
- List<
Edge> edges, { - GestureBackgroundTapCallback? onCanvasTap,
- GestureEdgeTapDownCallback? onEdgeTapDown,
- PaintingStyle? edgePaintStyleForTouch,
- GestureEdgeTapUpCallback? onEdgeTapUp,
- GestureEdgeLongPressStartCallback? onEdgeLongPressStart,
- GestureEdgeLongPressEndCallback? onEdgeLongPressEnd,
- GestureEdgeLongPressMoveUpdateCallback? onEdgeLongPressMoveUpdate,
- GestureEdgeForcePressStartCallback? onEdgeForcePressStart,
- GestureEdgeForcePressEndCallback? onEdgeForcePressEnd,
- GestureEdgeForcePressPeakCallback? onEdgeForcePressPeak,
- GestureEdgeForcePressUpdateCallback? onEdgeForcePressUpdate,
- GestureEdgeTapDownCallback? onEdgeSecondaryTapDown,
- GestureEdgeTapUpCallback? onEdgeSecondaryTapUp,
- EdgeStyleBuilder? styleBuilder,
- EdgePathBuilder? pathBuilder,
Implementation
const LinesPainter(
this.context,
this.edges, {
this.onCanvasTap,
this.onEdgeTapDown,
this.edgePaintStyleForTouch,
this.onEdgeTapUp,
this.onEdgeLongPressStart,
this.onEdgeLongPressEnd,
this.onEdgeLongPressMoveUpdate,
this.onEdgeForcePressStart,
this.onEdgeForcePressEnd,
this.onEdgeForcePressPeak,
this.onEdgeForcePressUpdate,
this.onEdgeSecondaryTapDown,
this.onEdgeSecondaryTapUp,
this.styleBuilder,
this.pathBuilder,
});