ClipOvalModifierAttribute constructor

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

Implementation

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