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