ClipRectModifierAttribute constructor

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

Implementation

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