VxContinuousRectangle constructor
VxContinuousRectangle({})
Creates a continuous rectangle that represents a shape.
Implementation
VxContinuousRectangle({
Key? key,
this.child,
this.backgroundColor,
this.radius,
this.width,
this.height,
this.borderSide,
this.gradient,
this.backgroundImage,
this.shadows,
}) : super(key: key) {
setChildForShadow(this);
}