ClipRect constructor
Creates a rectangular clip.
If clipper
is null, the clip will match the layout size and position of
the child.
Implementation
const ClipRect({ Key key, this.clipper, this.clipBehavior = Clip.hardEdge, Widget child }) : super(key: key, child: child);