UdShape constructor
If you need widget like circle shape or square shape then you can use this widget. It can contain a child also.
Implementation
UdShape({
this.size,
this.color,
this.radius,
this.childAlignment,
this.child,
});
If you need widget like circle shape or square shape then you can use this widget. It can contain a child also.
UdShape({
this.size,
this.color,
this.radius,
this.childAlignment,
this.child,
});