RectangularWidget constructor
const
RectangularWidget({})
Implementation
const RectangularWidget(
{Key? key,
this.radius,
this.borderWidth,
this.imagePath,
this.backgroundColor,
this.foregroundColor,
this.borderColor,
this.placeHolder,
this.errorWidget,
this.text,
this.isOnlyText})
: super(key: key);