Creates an oval-shaped clip.
If clipper is null, the oval will be inscribed into the layout size and position of the child.
Source
ClipOval({ Key key, this.clipper, Widget child }) : super(key: key, child: child);
Creates an oval-shaped clip.
If clipper is null, the oval will be inscribed into the layout size and position of the child.
ClipOval({ Key key, this.clipper, Widget child }) : super(key: key, child: child);