PumaBox constructor
PumaBox({})
Implementation
PumaBox({
Key? key,
this.child,
this.radius = 10,
this.backgroundColor,
this.borderColor = Colors.transparent,
this.borderWidth = 1,
this.density = PumaDensity.md,
}) : super(key: key);