Container constructor
const
Container({})
Implementation
const Container({
super.key,
this.width,
this.height,
this.padding,
this.margin,
this.overflow,
this.color,
this.border,
this.center = false,
this.children = const [],
});