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