ClipPathShadow constructor

ClipPathShadow({
  1. List<ShapeShadow>? shadows,
  2. required CustomClipper<Path> clipper,
  3. Widget? child,
})

Implementation

ClipPathShadow({
  this.shadows,
  required this.clipper,
  this.child,
});