RoundedContainer constructor
const
RoundedContainer({})
Implementation
const RoundedContainer({
super.key,
this.margin,
this.padding,
required this.child,
this.backgroundColor,
this.backgroundGradient,
this.borderColor,
this.borderRadius = 10,
this.borderWidth = 1,
this.elevation,
this.shadowColor,
this.clipBehavior = Clip.none,
});