CodeNestContainer constructor
const
CodeNestContainer({
- Key? key,
- double? width,
- double? height,
- Color? color,
- BorderRadiusGeometry? borderRadius,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- BoxBorder? border,
- List<
BoxShadow> ? boxShadow, - Widget? child,
- AlignmentGeometry? alignment,
- Gradient? gradient,
Implementation
const CodeNestContainer({
super.key,
this.width,
this.height,
this.color,
this.borderRadius,
this.padding,
this.margin,
this.border,
this.boxShadow,
this.child,
this.alignment,
this.gradient,
});