ClipRect constructor

ClipRect({
  1. int? width,
  2. int? height,
  3. Widget? child,
  4. Key? key,
})

Implementation

ClipRect({this.width, this.height, super.child, super.key});