withShape method
Implementation
Widget withShape(ShapeBorder shape) {
return ClipPath(clipper: ShapeBorderClipper(shape: shape), child: this);
}
Widget withShape(ShapeBorder shape) {
return ClipPath(clipper: ShapeBorderClipper(shape: shape), child: this);
}