Container constructor
const
Container({
- Widget? child,
- EdgeInsets? padding,
- EdgeInsets? margin,
- double? width,
- double? height,
- Color? color,
- BoxDecoration? decoration,
- Alignment? alignment,
- Key? key,
Implementation
const Container({
this.child,
this.padding,
this.margin,
this.width,
this.height,
this.color,
this.decoration,
this.alignment,
super.key,
});