GlassXContainer constructor
const
GlassXContainer({
- Key? key,
- double? blur,
- double? opacity,
- double? borderRadius,
- Color? tintColor,
- Color? borderColor,
- double? borderWidth,
- Widget? child,
- double? width,
- double? height,
- EdgeInsetsGeometry padding = const EdgeInsets.all(16.0),
- EdgeInsetsGeometry? margin,
- AlignmentGeometry alignment = Alignment.center,
Implementation
const GlassXContainer({
super.key,
this.blur,
this.opacity,
this.borderRadius,
this.tintColor,
this.borderColor,
this.borderWidth,
this.child,
this.width,
this.height,
this.padding = const EdgeInsets.all(16.0),
this.margin,
this.alignment = Alignment.center,
});