NxBox constructor
const
NxBox({})
Implementation
const NxBox({
Key? key,
this.child,
this.width,
this.height,
this.padding,
this.margin,
this.color = Colors.white,
this.borderRadius,
this.borderColor,
this.boxShadow,
this.image,
this.onPressed,
this.gradient
}) : super(key: key);