SkyBox constructor
const
SkyBox({
- Key? key,
- required Widget? child,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- BorderRadiusGeometry? borderRadius,
- double? width,
- double? height,
- VoidCallback? onPressed,
- Color? color,
- Gradient? gradient,
- Color? borderColor,
- double elevation = 4,
Implementation
const SkyBox({
Key? key,
required this.child,
this.margin,
this.padding,
this.borderRadius,
this.width,
this.height,
this.onPressed,
this.color,
this.gradient,
this.borderColor,
this.elevation = 4,
}) : super(key: key);