Creates a rectangular clip.
If clipper is null, the clip will match the layout size and position of the child.
Source
ClipRect({ Key key, this.clipper, Widget child }) : super(key: key, child: child);
Creates a rectangular clip.
If clipper is null, the clip will match the layout size and position of the child.
ClipRect({ Key key, this.clipper, Widget child }) : super(key: key, child: child);