RoundedContainer constructor
const
RoundedContainer({})
Implementation
const RoundedContainer({
Key? key,
required this.child,
this.padding,
this.margin,
this.color,
this.gradient,
this.borderRadius = 16,
this.border,
this.boxShadow,
this.width,
this.height,
}) : super(key: key);