ClipRectModifierSpec constructor

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

Implementation

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