HubbleBox constructor
const
HubbleBox({
- Key? key,
- double? height,
- double? width,
- Color? backgroundColor,
- Widget? backgroundImage,
- EdgeInsets? padding,
- EdgeInsets? margin,
- BorderRadius? borderRadius,
- Border? border,
- Widget? child,
- List<
BoxShadow> ? boxShadow, - Gradient? gradient,
- Clip clip = Clip.none,
- AlignmentGeometry? alignment,
Implementation
const HubbleBox({
super.key,
this.height,
this.width,
this.backgroundColor,
this.backgroundImage,
this.padding,
this.margin,
this.borderRadius,
this.border,
this.child,
this.boxShadow,
this.gradient,
this.clip = Clip.none,
this.alignment,
});