PathShape constructor
      
      PathShape(
    
    
- Path path, {
- required Map<GestureType, Function> gestureMap,
- required Paint paint,
- HitTestBehavior? hitTestBehavior,
- PaintingStyle? paintStyleForTouch,
Implementation
PathShape(this.path,
    {required Map<GestureType, Function> gestureMap,
    required Paint paint,
    HitTestBehavior? hitTestBehavior,
    PaintingStyle? paintStyleForTouch})
    : super(
          hitTestBehavior: hitTestBehavior,
          paint: paint,
          gestureCallbackMap: gestureMap);