ClipRect constructor

ClipRect({
  1. Widget? child,
})

Implementation

ClipRect({Widget? child}) : super(child: child);