ClipRect constructor

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

Implementation

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