ArcaneBox.card constructor
const
ArcaneBox.card({
- Widget? child,
- List<
Widget> ? children, - PaddingPreset? padding = PaddingPreset.lg,
- MarginPreset? margin,
- Shadow? shadow = Shadow.md,
- Size? width,
- Size? height,
- String? widthCustom,
- String? heightCustom,
- MaxWidth? maxWidth,
- Overflow? overflow,
- ArcaneStyleData? style,
- Key? key,
Implementation
const ArcaneBox.card({
this.child,
this.children,
this.padding = PaddingPreset.lg,
this.margin,
this.shadow = Shadow.md,
this.width,
this.height,
this.widthCustom,
this.heightCustom,
this.maxWidth,
this.overflow,
this.style,
super.key,
}) : background = Background.card,
border = BorderPreset.subtle,
borderRadius = Radius.lg;