ClipPathModifierAttribute constructor

const ClipPathModifierAttribute({
  1. CustomClipper<Path>? clipper,
  2. Clip? clipBehavior,
})

Implementation

const ClipPathModifierAttribute({this.clipper, this.clipBehavior});