RoundedContainer constructor
const
RoundedContainer({})
A widget that displays a rounded container with customizable properties.
The child
parameter must not be null.
Implementation
const RoundedContainer({
super.key,
required this.child,
this.radius = 16,
this.padding = 8,
this.margin = 0,
this.height,
this.width,
this.color,
this.shadow,
this.border,
this.duration,
});