RectangleShape constructor
RectangleShape({})
Implementation
RectangleShape({
this.borderColor,
this.borderRadius = Radius.zero,
super.location,
super.size,
super.color,
super.zIndex,
super.reactSize,
});