ClipRect constructor

const ClipRect({
  1. required Widget child,
})

ClipRect API.

Implementation

const ClipRect({required this.child});