Container constructor
Container({})
Implementation
Container({
Key? key,
this.height,
this.width,
this.color,
this.padding,
this.margin,
this.borderRadius,
this.borderColor,
this.borderWidth,
this.alignment,
this.gradient,
this.child,
}) : super(key: key);